Skip to content

Commit

Permalink
[#83] fix pipeline ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Dec 4, 2023
1 parent 09acea3 commit 0dd4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/types/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface ServerEvent<T> {

export interface NormalizedEvent<T> {
id: EventId,
type: EventType,
type: EventType | 'unknown',
labels: string[],
origin: object | null,
serverName: string,
Expand Down

0 comments on commit 0dd4e8d

Please sign in to comment.