Merge pull request #48 from navi-ppl/TP-5555/log-remove

TP-5555 | account provision
This commit is contained in:
Podili Varshitha
2024-11-29 16:30:59 +05:30
committed by GitHub

View File

@@ -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,