Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Apr 14, 2024
1 parent 50ef71e commit 64484de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/web-interface/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export class PupPlugin extends PluginImplementation {
const logStreamer = (d?: LogEvent) => {
if (d) {
const logRow: LogEventData = {
timeStamp: new Date(),
timeStamp: new Date().getTime(),
processId: d.process?.id || "core",
category: d.category,
severity: d.severity,
Expand Down

0 comments on commit 64484de

Please sign in to comment.