Minor fixes (#9)

This commit is contained in:
Niklas Fondberg
2021-08-12 10:40:42 +02:00
committed by GitHub
parent d17df41d86
commit 7047fe9851
5 changed files with 21 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@ import { Market } from '../types/market-types';
const MINUTE = 60;
// TODO: perhaps rename to MarketLocale API and add market_locales and locales here.
export class MarketAPI extends SQLDataSource {
constructor(config) {
super(config);