Mathieu Chataigner 11 лет назад
Родитель
Сommit
482b31298f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/services/opentsdb/opentsdbDatasource.js

+ 1 - 1
src/app/services/opentsdb/opentsdbDatasource.js

@@ -4,7 +4,7 @@ define([
   'kbn',
   'moment'
 ],
-function (angular, _, kbn, moment) {
+function (angular, _, kbn) {
   'use strict';
 
   var module = angular.module('grafana.services');