Skip to content

Commit

Permalink
Remove WIP files, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma committed Jun 4, 2024
1 parent bf403f1 commit 0d1372d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 91 deletions.
32 changes: 0 additions & 32 deletions services/database/scripts/isActive_plan.md

This file was deleted.

58 changes: 0 additions & 58 deletions services/database/scripts/queryActiveUsers.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ const client = DynamoDBDocumentClient.from(new DynamoDBClient(getConfig()));
}
console.log(`Scanned ${scannedCount} total users`);
console.log(`Found ${updatedCount} users in need of update`);
console.log("All updated successful");
console.log("All updates successful");
})();

0 comments on commit 0d1372d

Please sign in to comment.