Skip to content

Commit

Permalink
refactor: remove the redundant-jump code
Browse files Browse the repository at this point in the history
  • Loading branch information
parasss19 committed Oct 4, 2023
1 parent 530f17d commit 7a78b41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 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 Expand Up @@ -87,7 +85,5 @@ export class MessageHelpers {
if (headers && headers.examples()) {
return headers.examples()?.map(example => ({ example }));
}

return;
}
}

0 comments on commit 7a78b41

Please sign in to comment.