Skip to content

Commit

Permalink
Merge pull request #192 from buggregator/issue/#189-monolog-badge-cha…
Browse files Browse the repository at this point in the history
…nnel

[#189] add channel to monolog labels
  • Loading branch information
Kreezag committed Jul 4, 2024
2 parents 2c08f05 + b99119d commit dcc7f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/monolog/lib/use-monolog/normalize-monolog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const normalizeMonolog = (event: ServerEvent<Monolog>): NormalizedEvent<M
return {
id: event.uuid,
type: EVENT_TYPES.MONOLOG,
labels: [EVENT_TYPES.MONOLOG],
labels: [EVENT_TYPES.MONOLOG, event.payload.channel],
origin,
serverName: "",
date: event.timestamp ? new Date(event.timestamp * 1000) : null,
Expand Down

0 comments on commit dcc7f48

Please sign in to comment.