Skip to content

Commit 8ff4ad3

Browse files
committed
Update logging for debugging
1 parent 146acf5 commit 8ff4ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { onSchedule } from "firebase-functions/v2/scheduler";
22
import * as logger from "firebase-functions/logger";
33

4-
export const testFunction2 = onSchedule("every 5 mins", async () => {
5-
logger.info("Hello functions 2!", { structuredData: true });
4+
export const unconsentedUserCleanup = onSchedule("every 5 mins", async () => {
5+
logger.info("Hello from auto-deployed function unconsentedUserCleanup!", { structuredData: true });
66
});

0 commit comments

Comments
 (0)