@trpc/server 11.9.0 → 11.9.1-canary.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -67,7 +67,7 @@ function splitSetCookieString(cookiesString) {
|
|
|
67
67
|
|
|
68
68
|
//#endregion
|
|
69
69
|
//#region src/adapters/aws-lambda/getPlanner.ts
|
|
70
|
-
var import_objectSpread2$1 = __toESM(require_objectSpread2()
|
|
70
|
+
var import_objectSpread2$1 = __toESM(require_objectSpread2());
|
|
71
71
|
function determinePayloadFormat(event) {
|
|
72
72
|
const unknownEvent = event;
|
|
73
73
|
if (typeof unknownEvent.version === "undefined") return "1.0";
|