Skip to content

Commit 0ba732b

Browse files
authored
fix: typo in Authorization Model ID (#1028)
1 parent 8b1d6b0 commit 0ba732b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Docs/SnippetViewer/CheckRequestViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ response = await fga_client.check(body, options)
197197
.join(',\n ')}
198198
],`
199199
: ''
200-
} authorization_id = "${modelId}"
200+
} authorization_model_id = "${modelId}"
201201
);
202202
203203
Reply: ${allowed}`;

0 commit comments

Comments
 (0)