Commit 29463a3
PIM-7684: Fix async handle() signature to match sync version
The consolidation in 932ed19 made `objects` a required parameter
in the async CloudDrive.handle() but optional in the sync version.
This broke callers that use handle(path) for single-file reads.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 3dc4152 commit 29463a3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments