Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Jul 27, 2024
1 parent 19199a3 commit c96c13a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions otp_store/otp_store.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
abstract class OTPStore {
client: any;

constructor(client: any) {
constructor(private client: any) {
this.client = client;
}

Expand Down

0 comments on commit c96c13a

Please sign in to comment.