Skip to content

Commit 23b3f7d

Browse files
committed
fix retest function name real SyncSupertoken
1 parent 6046645 commit 23b3f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constants/abi/fluid-proposal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default ["function sync()", "function testFunction()"]
1+
export default ["function sync()", "function syncSupertoken()"]

vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"schedule": "0 * * * *"
77
},
88
{
9-
"path": "/api/cron/fluid-proposal/testFunction",
9+
"path": "/api/cron/fluid-proposal/syncSupertoken",
1010
"schedule": "* * * * *"
1111
}
1212
]

0 commit comments

Comments
 (0)