Remove obsolete jsdoc comments

pull/10616/head
Jared Scheib 2018-06-11 16:26:17 -07:00
parent 77f5f44793
commit 37eb215869
1 changed files with 0 additions and 8 deletions

View File

@ -1,9 +1,6 @@
import AJAX from 'utils/ajax'
import {proxy} from 'utils/queryUrlGenerator'
// import {Source} from 'src/types'
// import {TemplateQuery} from 'src/types/dashboard'
export function getDashboards() {
return AJAX({
method: 'GET',
@ -102,11 +99,6 @@ export const editTemplateVariables = async templateVariable => {
}
}
// /**
// * @param {Source} source
// * @param {TemplateQuery} templateQuery
// * @returns {Promise<TimeSeriesSuccessfulResult>}
// */
export const getTempVarValuesBySourceQuery = async (source, templateQuery) => {
const {
query,