Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JUNIORCO committed Sep 8, 2024
1 parent f06c2a8 commit 0c10e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/trigger/pyng.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import stripe from "./stripe";

export const pyngTask = schedules.task({
id: "pyng",
onSuccess: async (payload, output: { skip: boolean; runId: string }) => {
onSuccess: async (payload, output: { runId: string }) => {
await prisma.run.update({
where: {
id: output.runId,
Expand Down

0 comments on commit 0c10e5d

Please sign in to comment.