From 40baf3af36fb86e1f630670d7954eed07fe7d3f9 Mon Sep 17 00:00:00 2001 From: Simon Scherzinger Date: Thu, 7 Feb 2019 09:47:34 +0100 Subject: [PATCH] refactor: remove unused code in AccountResource --- src/resources/accounts/AccountResource.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resources/accounts/AccountResource.ts b/src/resources/accounts/AccountResource.ts index 71eb3f5c..555e3728 100644 --- a/src/resources/accounts/AccountResource.ts +++ b/src/resources/accounts/AccountResource.ts @@ -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 {