Fix wrong comment

This commit is contained in:
Andrew Kingston 2023-08-30 15:47:29 +01:00
parent 4bdc35eec2
commit 230138d540
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export const buildViewV2Endpoints = API => ({
/**
* Create a new view
* Fetches the definition of a view
* @param viewId the ID of the view to fetch
*/
fetchDefinition: async viewId => {