Skip to content

Commit aa6762e

Browse files
committed
chore(function): fix lint issue
1 parent d7cf435 commit aa6762e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend-function/src/provided_function_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ProvidedFunctionGenerator implements ConstructContainerEntryGenerator {
9696
{
9797
message: 'Failed to instantiate custom function provider',
9898
resolution:
99-
"Check the definition of your custom function provided in `defineFunction` and refer to the logs for more information. See https://docs.amplify.aws/react/build-a-backend/functions/custom-functions for more details.",
99+
'Check the definition of your custom function provided in `defineFunction` and refer to the logs for more information. See https://docs.amplify.aws/react/build-a-backend/functions/custom-functions for more details.',
100100
},
101101
e instanceof Error ? e : undefined
102102
);

0 commit comments

Comments
 (0)