Fix wrong comment
This commit is contained in:
parent
4bdc35eec2
commit
230138d540
|
@ -1,6 +1,6 @@
|
||||||
export const buildViewV2Endpoints = API => ({
|
export const buildViewV2Endpoints = API => ({
|
||||||
/**
|
/**
|
||||||
* Create a new view
|
* Fetches the definition of a view
|
||||||
* @param viewId the ID of the view to fetch
|
* @param viewId the ID of the view to fetch
|
||||||
*/
|
*/
|
||||||
fetchDefinition: async viewId => {
|
fetchDefinition: async viewId => {
|
||||||
|
|
Loading…
Reference in New Issue