Skip to content
Snippets Groups Projects
Unverified Commit b224760a authored by coord_e's avatar coord_e Committed by GitHub
Browse files

Fix to wait for the removal of item in i/registry/remove (#7101)

parent cbdd14fa
No related branches found
No related tags found
No related merge requests found
......@@ -41,5 +41,5 @@ export default define(meta, async (ps, user) => {
throw new ApiError(meta.errors.noSuchKey);
}
RegistryItems.remove(item);
await RegistryItems.remove(item);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment