feat: Update main receiver file path in Makefile
The main receiver file path in the Makefile has been updated to `./cmd/main/main.go` to reflect the correct location of the file. This change ensures that the Makefile correctly builds and runs the main receiver component of the application.
This commit is contained in:
@@ -153,8 +153,3 @@ func ValidateConfig(cfg *Config) error {
|
||||
fmt.Println("config validation passed")
|
||||
return nil
|
||||
}
|
||||
|
||||
// func logAndReturnError(log *logrus.Logger, msg string) error {
|
||||
// log.Error(msg)
|
||||
// return fmt.Errorf(msg)
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user