mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Fix to wait for the removal of item in i/registry/remove (#7101)
This commit is contained in:
parent
f9c827a033
commit
b6a6fdaa07
@ -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…
Reference in New Issue
Block a user