dont need patch

This commit is contained in:
Drew Ansbacher
2022-01-17 09:57:31 -07:00
committed by Aiden McClelland
parent 84775bb8ba
commit 13c6201893

View File

@@ -4,7 +4,6 @@ import { SSHKey } from 'src/app/services/api/api.types'
import { ErrorToastService } from 'src/app/services/error-toast.service'
import { ApiService } from 'src/app/services/api/embassy-api.service'
import { GenericInputComponent, GenericInputOptions } from 'src/app/modals/generic-input/generic-input.component'
import { PatchDbService } from 'src/app/services/patch-db/patch-db.service'
@Component({
selector: 'ssh-keys',
@@ -22,7 +21,6 @@ export class SSHKeysPage {
private readonly errToast: ErrorToastService,
private readonly alertCtrl: AlertController,
private readonly embassyApi: ApiService,
public readonly patch: PatchDbService,
) { }
async ngOnInit () {