Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredSnider-Bitwarden committed Jul 25, 2023
1 parent 26b6fa4 commit 3f9a129
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { Utils } from "../../../platform/misc/utils";
// id: string;
// privateKey: string;
// }
// so we can get rid of the any type passed into fromJSON and coming out of ToJSON
export class AdminAuthRequestStorable {
id: string;
privateKey: ArrayBuffer;
Expand Down

0 comments on commit 3f9a129

Please sign in to comment.