Skip to content

Commit

Permalink
Removed a redundant return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
syedzubeen authored Oct 3, 2023
1 parent dd13344 commit fe3065d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/helpers/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ export class MessageHelpers {
if (payload && payload.examples()) {
return payload.examples()?.map(example => ({ example }));
}

return;
}

static getHeadersExamples(
Expand Down

0 comments on commit fe3065d

Please sign in to comment.