Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Buslaev <[email protected]>
  • Loading branch information
artembuslaev committed Aug 22, 2024
1 parent 494ffae commit 0918d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardian-service/src/api/contract.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ async function checkContractsCompatibility(
) {
if (retireContract.version === '1.0.0') {
const tokenInfo = await DatabaseServer.getTokens({
id: { $in: tokens.map((item) => item.token) },
tokenId: { $in: tokens.map((item) => item.token) },
});
for (const token of tokenInfo) {
if (!token.wipeContractId) {
Expand Down

0 comments on commit 0918d67

Please sign in to comment.