Skip to content

Commit 3d0026a

Browse files
committed
fix lint
1 parent 94aa9fd commit 3d0026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/adapters/routing/matcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function addNextConfigHeaders(
110110
const value = convertMatch(_match, compile(h.value), h.value);
111111
requestHeaders[key] = value;
112112
} catch {
113-
debug("Error matching header ", h.key, ' with value ', h.value);
113+
debug("Error matching header ", h.key, " with value ", h.value);
114114
requestHeaders[h.key] = h.value;
115115
}
116116
});

0 commit comments

Comments
 (0)