Removed unused variable causing failed build.

This commit is contained in:
DebaucheryLibrarian 2021-05-15 03:35:10 +02:00
parent 1697728b2a
commit 71b25774d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { graphql, post, del } from '../api';
import { actorFields, releaseFields } from '../fragments';
import { releaseFields } from '../fragments';
import { curateUser } from '../curate';
function initUsersActions(store, _router) {