Explorar o código

fixing unused var

Mathieu Chataigner %!s(int64=11) %!d(string=hai) anos
pai
achega
482b31298f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');