Skip to content

Commit

Permalink
modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ibilalkayy committed Jun 18, 2023
1 parent b982da1 commit a5e9190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mysql/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ func DeleteProject(email, board, project string) {
_, err = delete.Exec(email, board, project) // Execute the prepared statement with the provided values
middleware.HandleError(err) // Handle any errors that occur during execution
} else {
fmt.Println(errors.New("Flags are required to delete the project")) // Print an error message if required values are missing
fmt.Println(errors.New("Flags are required to delete the project"))
}
}

0 comments on commit a5e9190

Please sign in to comment.