Skip to content

Commit 2f49e20

Browse files
committed
chore: extra comma
1 parent 8a9f626 commit 2f49e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/set-up-ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const schema = a.schema({
8383
aiModel: a.ai.model('Claude 3 Haiku'),
8484
systemPrompt: 'You are a helpful assistant',
8585
})
86-
.authorization((allow) => allow.owner()),,
86+
.authorization((allow) => allow.owner()),
8787
// highlight-end
8888

8989
// This adds a new generation route to your Amplify Data backend.

0 commit comments

Comments
 (0)