Skip to content

Commit faa9e99

Browse files
committed
fix lint error
1 parent 5b19e92 commit faa9e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/server/app-render/action-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export async function handleAction({
446446
// When this happens, it could be a deployment skew where the action came
447447
// from a different deployment. We'll just return a 404 with a message logged.
448448
console.error(
449-
'Failed to find Server Action "${actionId}". This request might be from an older or newer deployment.'
449+
`Failed to find Server Action "${actionId}". This request might be from an older or newer deployment.`
450450
)
451451
return {
452452
type: 'not-found',

0 commit comments

Comments
 (0)