TP-5555 | account provision
This commit is contained in:
@@ -28,7 +28,7 @@ type SourceMapAckBody struct {
|
|||||||
FileName string `json:"fileName" binding:"required"`
|
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{
|
return &SourceMapService{
|
||||||
dbClient: dbClient,
|
dbClient: dbClient,
|
||||||
s3Client: s3Client,
|
s3Client: s3Client,
|
||||||
|
|||||||
Reference in New Issue
Block a user