Skip to content

Commit

Permalink
change to arrow func
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Nov 29, 2023
1 parent f2d995c commit 9f43e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function stripTestPlanFromPRBody(body: string): string {
export const stripTestPlanFromPRBody = (body: string): string => {
return body.replace(/<!--[\s\S]*?-->/g, "");
}

0 comments on commit 9f43e17

Please sign in to comment.