mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix to wait for the removal of item in i/registry/remove (#7101)
This commit is contained in:
parent
f9c827a033
commit
b6a6fdaa07
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ export default define(meta, async (ps, user) => {
|
|||
throw new ApiError(meta.errors.noSuchKey);
|
||||
}
|
||||
|
||||
RegistryItems.remove(item);
|
||||
await RegistryItems.remove(item);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue