Skip to content
Snippets Groups Projects
Commit df3b4b85 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Remove needless return :)

parent f1bc6c69
No related branches found
No related tags found
1 merge request!1215Resolve TMSS-2820
...@@ -211,7 +211,6 @@ const PermissionStackUtil = { ...@@ -211,7 +211,6 @@ const PermissionStackUtil = {
}, },
async deleteStore() { async deleteStore() {
await AuthStore.dispatch({type: 'deletestore', payload: { rolePermission: {}}}); await AuthStore.dispatch({type: 'deletestore', payload: { rolePermission: {}}});
return
} }
} }
......
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