Skip to content

Commit

Permalink
fix: remove unused hook interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedHalat committed Sep 23, 2024
1 parent ba0cab5 commit 2f8e42d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ngx-turnstile/src/lib/ngx-turnstile.component.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {
Component,
AfterViewInit,
ElementRef,
Input,
NgZone,
Expand Down Expand Up @@ -38,7 +37,7 @@ type SupportedVersion = '0';
template: ``,
exportAs: 'ngx-turnstile',
})
export class NgxTurnstileComponent implements AfterViewInit, OnDestroy {
export class NgxTurnstileComponent implements OnDestroy {
@Input() siteKey!: string;
@Input() action?: string;
@Input() cData?: string;
Expand Down

0 comments on commit 2f8e42d

Please sign in to comment.