This commit is contained in:
Aaron Greenspan
2021-01-08 10:48:36 -07:00
committed by Aiden McClelland
parent 4aaddb233a
commit 8b21ed13ce

View File

@@ -13,6 +13,7 @@ import { modulateTime } from 'src/app/util/misc.util'
@Injectable()
export class LiveApiService extends ApiService {
constructor (
private readonly http: HttpService,
// TODO remove app + server model from here. updates to state should be done in a separate class wrapping ApiService + App/ServerModel