perubahan terbaru

This commit is contained in:
2025-08-05 09:53:39 +07:00
parent 9c3c676bd5
commit cf0765b92f
6 changed files with 11 additions and 8 deletions

View File

@@ -63,9 +63,6 @@ func New() Services {
log.Println("Successfully connected to the database SatuData")
}
mongoURI := fmt.Sprintf("mongodb://%s:%s@%s:%s/%s?authSource=admin",
user, pass, host, port, database)
dbInstance = &service{
simrsDB: SimrsDB,
satuDataDB: satuDataDB,