Skip to content

Commit ecbc838

Browse files
committed
fix type issues
1 parent a6d81db commit ecbc838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planet/clients/destinations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async def create_destination(self, request: Dict[str, Any]) -> Dict:
181181
dest = response.json()
182182
return dest
183183

184-
async def set_default_destination(self, destination_id: str) -> None:
184+
async def set_default_destination(self, destination_id: str) -> Dict:
185185
"""
186186
Set an existing destination as the default destination. Default destinations are globally available
187187
to all members of an organization. An organization can have zero or one default destination at any time.

0 commit comments

Comments
 (0)