diff options
Diffstat (limited to 'ErrorResponseCodeGenerator/Program.cs')
-rw-r--r-- | ErrorResponseCodeGenerator/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ErrorResponseCodeGenerator/Program.cs b/ErrorResponseCodeGenerator/Program.cs index 0d2b2a3e..5ea8aaca 100644 --- a/ErrorResponseCodeGenerator/Program.cs +++ b/ErrorResponseCodeGenerator/Program.cs @@ -45,7 +45,7 @@ namespace ErrorResponseCodeGenerator ";
}
- RecursiveAddErrorCode(typeof(TimelineApp.Models.Http.ErrorCodes), true);
+ RecursiveAddErrorCode(typeof(Timeline.Models.Http.ErrorCodes), true);
code = @"
using static Timeline.Resources.Messages;
|