Skip to content

Commit 8d42dfd

Browse files
committed
Fix
1 parent 9f0eab1 commit 8d42dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supertokens_python/recipe/dashboard/api/implementation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def dashboard_get(
9393
dashboardPath=dashboard_path,
9494
connectionURI=connection_uri,
9595
authMode=auth_mode,
96-
isSearchEnabled=is_search_enabled,
96+
isSearchEnabled=str(is_search_enabled).lower(),
9797
)
9898

9999
self.dashboard_get = dashboard_get

0 commit comments

Comments
 (0)