Skip to content

Commit

Permalink
fix(microservices): Update LogEntry in external kafka interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciechowski Marcin committed Jul 6, 2022
1 parent 9108e41 commit 0b73d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/microservices/external/kafka.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export interface LogEntry {
}

export interface LoggerEntryContent {
readonly timestamp: Date;
readonly timestamp: string;
readonly message: string;
[key: string]: any;
}
Expand Down

0 comments on commit 0b73d04

Please sign in to comment.