Skip to content

Commit

Permalink
Code bump for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent 40283da commit 232feb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { onSchedule } from "firebase-functions/v2/scheduler";
import * as logger from "firebase-functions/logger";

export const unconsentedUserCleanup = onSchedule("every 5 mins", async () => {
logger.info("Hello from function unconsentedUserCleanup 3!", { structuredData: true });
logger.info("Hello from function unconsentedUserCleanup 4!", { structuredData: true });
});

0 comments on commit 232feb7

Please sign in to comment.