@jsenv/server
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "@jsenv/server", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "High level api for node.js server.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -108,3 +108,5 @@ import { createLogger } from "@jsenv/logger" | ||
) | ||
event.id = computeEventId(event, previousEventId) | ||
if (typeof event.id === "undefined") { | ||
event.id = computeEventId(event, previousEventId) | ||
} | ||
previousEventId = event.id | ||
@@ -111,0 +113,0 @@ eventHistory.add(event) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
246155
4562