Fix lint on Austin's script
This commit is contained in:
parent
28cad9caf8
commit
1515d8cab2
|
@ -56,7 +56,7 @@ async function main() {
|
|||
for (const market of markets) {
|
||||
if (!market.isResolved) {
|
||||
console.log(`Resolving market ${market.url} to NO`)
|
||||
const resp = await resolveMarketById(market.id, 'NO')
|
||||
await resolveMarketById(market.id, 'NO')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user