Merge pull request #48 from navi-ppl/TP-5555/log-remove
TP-5555 | account provision
This commit is contained in:
@@ -28,7 +28,7 @@ type SourceMapAckBody struct {
|
||||
FileName string `json:"fileName" binding:"required"`
|
||||
}
|
||||
|
||||
func NewSourceMapService(logger *log.Logger, dbClient *gorm.DB, s3Client *aws.Actions, config *configs.AwsConfig) *SourceMapService {
|
||||
func NewSourceMapService(dbClient *gorm.DB, s3Client *aws.Actions, config *configs.AwsConfig, logger *log.Logger) *SourceMapService {
|
||||
return &SourceMapService{
|
||||
dbClient: dbClient,
|
||||
s3Client: s3Client,
|
||||
|
||||
Reference in New Issue
Block a user