Skip to content

Commit

Permalink
Make sure to use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Mar 6, 2024
1 parent e741d3d commit c5e042e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/tasks/dotgov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const handler = async (commandOptions: CommandOptions) => {
)) {
// Create a new organization if needed; else, create the same one.
console.log(orgName);
console.log(row);
const organization =
(await Organization.findOne({
name: orgName
Expand Down

0 comments on commit c5e042e

Please sign in to comment.