chore(ui): lint

This commit is contained in:
psychedelicious
2024-02-16 22:42:15 +11:00
parent e50b76571a
commit f1597bd6da
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import { api, buildV1Url, LIST_TAG } from '..';
/**
* Builds an endpoint URL for the workflows router
* @example
* buildWorkflowsUrl('some-path')
* buildWorkflowsUrl('some-path')
* // '/api/v1/workflows/some-path'
*/
const buildWorkflowsUrl = (path: string = '') => buildV1Url(`workflows/${path}`);