We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f2bd8 commit 45b0c7cCopy full SHA for 45b0c7c
1 file changed
src/lib/ssh.ts
@@ -74,7 +74,6 @@ export type SSHCredential = {
74
id: string;
75
pubkey: string;
76
username: string;
77
- group_id: string;
78
};
79
80
export type CredentialObject = SSHCredential;
0 commit comments