Skip to content

Commit

Permalink
handle a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Mill committed Nov 17, 2015
1 parent e93a3b2 commit 5d38468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamDBAwesome/TeamDBAwesome/SqlService/MySqlService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public SearchResult Search(Search search)
}
else
{
//handle a failure
return result;
}


Expand Down

0 comments on commit 5d38468

Please sign in to comment.