summaryrefslogtreecommitdiffstats
path: root/src/services/SystemTags.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/SystemTags.js')
-rw-r--r--src/services/SystemTags.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/services/SystemTags.js b/src/services/SystemTags.js
index 02783c6f..1ea51245 100644
--- a/src/services/SystemTags.js
+++ b/src/services/SystemTags.js
@@ -20,15 +20,15 @@
*
*/
-import client from './DavClient'
-import { genFileInfo } from '../utils/fileUtils'
+import client from './DavClient.js'
+import { genFileInfo } from '../utils/fileUtils.js'
/**
* List system tags
*
* @param {string} path the path relative to the user root
* @param {object} [options] optional options for axios
- * @return {Array} the file list
+ * @return {Promise<object[]>} the file list
*/
export default async function(path, options = {}) {
const response = await client.getDirectoryContents('/systemtags/', Object.assign({}, {