This commit is contained in:
trizin 2023-08-22 13:11:21 +00:00 committed by GitHub
parent 9af164122d
commit 66ac75a0a6
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: any
slot: i32
): PredictSlot {
const id = predictContractAddress + '-' + slot.toString()
let newPredictSlot = PredictSlot.load(id)