Skip to content

Commit 54f143b

Browse files
author
StackMemory Bot (CLI)
committed
fix: prettier formatting in LinearClient.getComments
1 parent 46f13e7 commit 54f143b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/integrations/linear/client.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,7 @@ export class LinearClient {
974974
return result.commentUpdate.comment;
975975
}
976976

977-
async getComments(
978-
issueId: string
979-
): Promise<
977+
async getComments(issueId: string): Promise<
980978
Array<{
981979
id: string;
982980
body: string;

0 commit comments

Comments
 (0)