Skip to content

Commit 324fd6f

Browse files
authored
docs: missing comma on dynamodb adapter (#12599)
1 parent 3d3ddec commit 324fd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/adapters/dynamodb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ app.set("trust proxy", true)
161161
app.use(
162162
"/auth/*",
163163
ExpressAuth({
164-
providers: []
164+
providers: [],
165165
adapter: DynamoDBAdapter(client),
166166
})
167167
)

0 commit comments

Comments
 (0)