Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit eb3bb95

Browse files
fix: depency
1 parent 708b8cc commit eb3bb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/lambda-at-edge/src/lib/pathToRegexStr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const rewriteUrlWithExperimentGroups = (
168168

169169
const res = experimentGroups[hashMap[hashIndex]].url;
170170

171-
debug(`[rewriteUrlWithExperimentGroups] ${clientIp}, ${hashIndex}, ${res}}`);
171+
debug(`[rewriteUrlWithExperimentGroups]: ${clientIp}, ${hashIndex}, ${res}}`);
172172

173173
return res;
174174
};

0 commit comments

Comments
 (0)