Skip to content

Commit 94b3b9f

Browse files
committed
Fix typo
1 parent 8c5b8f8 commit 94b3b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unstructured_client/destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ async def delete_destination_async(
394394
base_url = choose_server_url(
395395
endpoint_url=server_url,
396396
client_url=client_url,
397-
default_endpoint_url=DELETE_DESTINATION_SERVERS[
397+
default_endpoint_url=operations.DELETE_DESTINATION_SERVERS[
398398
operations.DELETE_DESTINATION_SERVER_PLATFORM_API
399399
]
400400
)

0 commit comments

Comments
 (0)