Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
OronNadiv authored Sep 4, 2024
1 parent f6bb5f5 commit cc370ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const auth2UsersCronJob = functions.pubsub
.schedule('20 */6 * * *')
.onRun(async () => await auth2UsersExec)
export const auth2UsersOnCreate = functions.auth
.runWith({timeoutSeconds: AUTH_2_USERS_TIMEOUT_IN_SECONDS})
// .runWith({timeoutSeconds: AUTH_2_USERS_TIMEOUT_IN_SECONDS})
.user().onCreate(auth2UsersExec)

export const users2ContactsCronJob = functions.pubsub
Expand Down

0 comments on commit cc370ed

Please sign in to comment.