Mathieu Chataigner 11 anni fa
parent
commit
482b31298f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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');