dapr / cli

Command-line tools for Dapr.
Apache License 2.0
321 stars 204 forks source link

removed redundant nil error checking run_file_config_parser.go and added error handling in publish.go #1452

Closed Exar04 closed 1 month ago

Exar04 commented 2 months ago

Removed redundant nil error checking in pkg/runfileconfig/run_file_config_parser.go and added proper error handling while unmarshalling json in pkg/runfileconfig/standalone/publish.go

Signed-off-by: yash dhadve yashdhadwe@gmail.com

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

yaron2 commented 1 month ago

@Exar04 See test and linter failures.