Skip to content

Commit

Permalink
Fixes issue #13 - Typo in webservice helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Apr 27, 2018
1 parent 1670c90 commit 9a41021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static void ThrowAttributeNotFoundException(string attributeName)

public static void ThrowServerException(Exception ex)
{
ErrorData e = new v2.ErrorData(ex, "interal-server-error");
ErrorData e = new v2.ErrorData(ex, "internal-server-error");

throw new WebFaultException<Error>(new Error(e), HttpStatusCode.InternalServerError);
}
Expand Down

0 comments on commit 9a41021

Please sign in to comment.