Skip to content

Commit

Permalink
fix: removed a no longer valid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jun 15, 2023
1 parent c7ac8e8 commit 22fcdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/inplayer.account.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export enum ConsentFieldVariants {
US_STATE_SELECT = 'us_state',
RADIO = 'radio',
CHECKBOX = 'checkbox',
DATE_PICKER = 'datepicker', // not implemented yet
DATE_PICKER = 'datepicker',
}

export const initialize = async (config: Config, _logoutFn: () => Promise<void>) => {
Expand Down

0 comments on commit 22fcdb8

Please sign in to comment.