Skip to content

Commit

Permalink
Update appleSk2.ts (hyochan#2608)
Browse files Browse the repository at this point in the history
fixed issue for hyochan#2607 hyochan#2461
  • Loading branch information
isnolan authored and Arthur Geron committed Jan 7, 2024
1 parent c67fe8f commit c4a8369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/appleSk2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
SubscriptionIosPeriod,
} from '.';
import type * as Apple from './apple';
import {SubscriptionPlatform} from '.';
import {SubscriptionPlatform} from './';

export type SubscriptionPeriod = {
unit: 'day' | 'week' | 'month' | 'year';
Expand Down

0 comments on commit c4a8369

Please sign in to comment.