ui: adds patch-db-client dep

This commit is contained in:
Aaron Greenspan
2021-02-16 12:47:31 -07:00
committed by Aiden McClelland
parent db89444b33
commit 46f32cb90b
3 changed files with 942 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ import { ConfigService } from 'src/app/services/config.service'
import { Storage } from '@ionic/storage'
import { throttleTime, delay } from 'rxjs/operators'
import { StorageKeys } from './storage-keys'
@Injectable({
providedIn: 'root',
})