Skip to content

Commit f8c3d3a

Browse files
docs: Update context.mdx (#8900)
1 parent 369b02e commit f8c3d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/product/auth/context.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def masked(sql, security_context):
220220
if is_trusted_team:
221221
return sql
222222
else:
223-
return "\"'--- masked ---'\""
223+
return "'--- masked ---'"
224224
```
225225

226226

0 commit comments

Comments
 (0)