fix: transform inventoryResponse.GuildId for older versions
All checks were successful
Build / build (pull_request) Successful in 1m9s
All checks were successful
Build / build (pull_request) Successful in 1m9s
This commit is contained in:
parent
66d3057d40
commit
0ceb38d32b
@ -461,6 +461,9 @@ export const getInventoryResponse = async (
|
||||
toLegacyOid(id);
|
||||
}
|
||||
}
|
||||
if (inventoryResponse.GuildId) {
|
||||
toLegacyOid(inventoryResponse.GuildId);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user