File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def list(
2626 limit : int | None = None ,
2727 offset : int | None = None ,
2828 desc : bool | None = None ,
29- sort_by : Literal [" createdAt" , " lastRunStartedAt" ] | None = " createdAt" ,
29+ sort_by : Literal [' createdAt' , ' lastRunStartedAt' ] | None = ' createdAt' ,
3030 ) -> ListPage [dict ]:
3131 """List the Actors the user has created or used.
3232
@@ -152,7 +152,7 @@ async def list(
152152 limit : int | None = None ,
153153 offset : int | None = None ,
154154 desc : bool | None = None ,
155- sort_by : Literal [" createdAt" , " lastRunStartedAt" ] | None = " createdAt" ,
155+ sort_by : Literal [' createdAt' , ' lastRunStartedAt' ] | None = ' createdAt' ,
156156 ) -> ListPage [dict ]:
157157 """List the Actors the user has created or used.
158158
You can’t perform that action at this time.
0 commit comments