Address styling concerns

This commit is contained in:
Chris Sidell
2019-07-04 10:51:01 -07:00
parent 8a80de3017
commit 987012610d
6 changed files with 18 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ export class HttpException extends Error {
return this.status;
}
private getErrorString(target: string | object) {
private getErrorString(target: string | object): string{
if (typeof target === 'string') {
return target;
}