(threadId, path)
| 11 | } |
| 12 | |
| 13 | const buildViewerQuery = (threadId, path) => { |
| 14 | return buildQuery({ |
| 15 | thread_id: threadId, |
| 16 | path |
| 17 | }) |
| 18 | } |
| 19 | |
| 20 | export const getViewerFileSystemTree = (threadId, path = '/') => { |
| 21 | const query = buildViewerQuery(threadId, path) |
no test coverage detected