mirror of
https://github.com/social-tw/social-tw-website.git
synced 2026-01-09 15:38:09 -05:00
fix: remove unused param
This commit is contained in:
@@ -100,7 +100,7 @@ describe('POST /api/report', function () {
|
||||
const authentication = await genAuthentication(userState)
|
||||
|
||||
{
|
||||
await post(express, userState, authentication, nonce).then(
|
||||
await post(express, userState, nonce).then(
|
||||
async (txHash) => {
|
||||
await provider.waitForTransaction(txHash)
|
||||
await sync.waitForSync()
|
||||
@@ -117,7 +117,7 @@ describe('POST /api/report', function () {
|
||||
}
|
||||
|
||||
{
|
||||
await comment(express, userState, authentication, '0', nonce).then(
|
||||
await comment(express, userState, '0', nonce).then(
|
||||
async (res) => {
|
||||
await provider.waitForTransaction(res.txHash)
|
||||
await sync.waitForSync()
|
||||
|
||||
Reference in New Issue
Block a user