fixup, include empty citations
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 40s Details

This commit is contained in:
Ladd Hoffman 2024-04-16 18:07:41 -05:00
parent 4e0f00ff2a
commit 1d7683ff75
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function WorkRequests({
}, [workContract, account, priceWei]);
const onSubmitEvidence = useCallback(async ({ hash }) => {
await workContract.methods.submitWorkEvidence(currentRequestId, hash).send({
await workContract.methods.submitWorkEvidence(currentRequestId, hash, []).send({
from: account,
gas: 1000000,
});