Skip to content

Commit 4fa4b8c

Browse files
committed
Fix stylign
1 parent 30da7a7 commit 4fa4b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/action/__tests__/utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ describe('parseEndpoint', () => {
1919
method: 'GET',
2020
});
2121
});
22-
});
22+
});

packages/action/helpers/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function parseEndpoint(endpoint: Endpoint): {
114114
method: 'POST',
115115
headers: {
116116
'Content-Type': 'application/json',
117-
}
117+
},
118118
};
119119
}
120120

0 commit comments

Comments
 (0)