Skip to content

Commit

Permalink
chore: add lil log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Dec 2, 2023
1 parent f326162 commit 8020322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/master/src/util/calculatePresenceUsage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export default async function () {
.toArray())
);

log("Saving...");

await redis.set("pmd-api.presence-usage", JSON.stringify(res));

log("Updated!");
Expand Down

0 comments on commit 8020322

Please sign in to comment.