Skip to content

Commit

Permalink
refactor: remove unused code in AccountResource
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 7, 2019
1 parent ea3a578 commit 40baf3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/resources/accounts/AccountResource.ts
Expand Up @@ -2,11 +2,9 @@ import * as ShiroTrie from 'shiro-trie';

import Resource from '../Resource';
import TokenList from './TokenList';
import { get } from '../../helper';
import { environment } from '../../Core';
import TokenResource from './TokenResource';

const environmentSymbol: any = Symbol.for('environment');
const relationsSymbol: any = Symbol.for('relations');

interface AccountResource {
Expand Down

0 comments on commit 40baf3a

Please sign in to comment.