Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Oct 16, 2020
1 parent b59eaf4 commit 6a77fba
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1262,8 +1262,10 @@ export function user_replacephone(

export function user_safe(params: RequestBaseConfig): Promise<Response>

export function dj_subscriber(params: {
id: number | string
limit?: number | string
time?: number | string
} & RequestBaseConfig,): Promise<Response>
export function dj_subscriber(
params: {
id: number | string
limit?: number | string
time?: number | string
} & RequestBaseConfig,
): Promise<Response>

1 comment on commit 6a77fba

@vercel
Copy link

@vercel vercel bot commented on 6a77fba Oct 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.