Explorar o código

postgres: add missing ngInject decorator

Daniel Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
7713009caa
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      public/app/plugins/datasource/postgres/module.ts

+ 2 - 0
public/app/plugins/datasource/postgres/module.ts

@@ -7,6 +7,8 @@ class PostgresConfigCtrl {
   static templateUrl = 'partials/config.html';
 
   current: any;
+
+   /** @ngInject **/
   constructor($scope) {
     this.current.jsonData.sslmode = this.current.jsonData.sslmode || 'require';
   }