Matthew R Kasun hace 3 años
padre
commit
34332882e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      database/database.go

+ 1 - 1
database/database.go

@@ -92,7 +92,7 @@ func getCurrentDB() map[string]interface{} {
 }
 
 var ctx context.Context
-var sem semaphore.Weighted
+var sem *semaphore.Weighted
 
 // InitializeDatabase - initializes database
 func InitializeDatabase() error {