Commit bb1003e
fix: remove dead duplicate urlparse in async create_keys_public_url
The first urlparse call was unconditionally overwritten by a second
call with public=True. Drop it so async mirrors the sync version and
so nobody gets tripped up by the non-public URL being silently shadowed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3e9fc3d commit bb1003e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
906 | 906 | | |
907 | 907 | | |
908 | 908 | | |
909 | | - | |
910 | | - | |
911 | 909 | | |
912 | 910 | | |
913 | 911 | | |
| |||
924 | 922 | | |
925 | 923 | | |
926 | 924 | | |
| 925 | + | |
927 | 926 | | |
928 | 927 | | |
929 | 928 | | |
| |||
0 commit comments