no content key

This commit is contained in:
Drew Ansbacher
2021-07-16 13:28:46 -06:00
committed by Aiden McClelland
parent 313036b512
commit 57da15f7f5

View File

@@ -9,8 +9,6 @@ import { ConfigService } from '../../config.service'
@Injectable()
export class MarketplaceMockApiService extends MarketplaceApiService {
CONTENT_KEY = 'marketplace-cache'
constructor (
private readonly http: HttpService,
config: ConfigService,