remove sourceVersion and minor cleanup

This commit is contained in:
Matt Hill
2024-07-29 22:42:17 -06:00
parent 1dd21f1f76
commit 290a15bbd9
6 changed files with 10 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ export class LiveApiService extends ApiService {
@Inject(PATCH_CACHE) private readonly cache$: Observable<Dump<DataModel>>,
) {
super()
;(window as any).rpcClient = this
; (window as any).rpcClient = this
}
// for sideloading packages
@@ -321,7 +321,6 @@ export class LiveApiService extends ApiService {
const params: GetPackageReq = {
id,
version: versionRange,
sourceVersion: null,
otherVersions: 'short',
}
@@ -335,7 +334,6 @@ export class LiveApiService extends ApiService {
const params: GetPackagesReq = {
id: null,
version: null,
sourceVersion: null,
otherVersions: 'short',
}