no content key

This commit is contained in:
Drew Ansbacher
2021-07-16 13:28:46 -06:00
committed by Aiden McClelland
parent 7769fa0db4
commit bd5030489a

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,