This commit is contained in:
trizin 2023-08-22 13:04:33 +00:00 committed by GitHub
parent c0a008036d
commit 9af164122d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import { getUser } from './utils/userUtils'
function getPredictSlot(
predictContractAddress: string,
slot: number
slot: any
): PredictSlot {
const id = predictContractAddress + '-' + slot.toString()
let newPredictSlot = PredictSlot.load(id)