Skip to content

Commit

Permalink
fix slow-types
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Aug 25, 2024
1 parent e2a1d90 commit b5214dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/client/clients/base-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export class BaseClient extends TypedEventEmitter<ClientEvents> {
public getHeader(
lineAccessToken: string | undefined,
overrideMethod = "POST",
) {
): Record<string, string> {
if (!this.system) {
throw new InternalError("Not setup yet", "Please call 'login()' first");
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/clients/internal/square-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ export class SquareClient extends LiffClient {
otherReason?: string;
squareChatMid?: string;
threadMid?: string;
}) {
}): Promise<LINETypes.ReportSquareMemberResponse> {
const {
squareMemberMid,
reportType,
Expand Down

0 comments on commit b5214dd

Please sign in to comment.