Commit e839441
lefarcen
refactor(collab): widen team-share resolveDir to allow an async resolver
The skill resolver awaits the skill index and the publish adapter already awaits
resolveDir before packing; widen the declared type to string | Promise<string>
to match usage, per review.1 parent 6def8f5 commit e839441
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- apps/daemon/src/collab
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments