Commit 22e62e6d authored by Payton Burdette's avatar Payton Burdette Committed by Illya Klymov

Remove bogus async

parent ed1cdf5a
......@@ -224,7 +224,7 @@ export default {
});
},
async importGroups(sourceGroupIds) {
importGroups(sourceGroupIds) {
this.$apollo.mutate({
mutation: importGroupsMutation,
variables: { sourceGroupIds },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment