Skip to content

Commit

Permalink
fix(skeleton): rename legacy variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Mar 5, 2024
1 parent ea213f8 commit 0b7c65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/templates/src/index.ts.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { ZodValidationError } from "./util/zod.js";
const appConfigStartResult = await appConfigHandler.start();

if (appConfigStartResult.error) {
throw result.error;
throw appConfigStartResult.error;
}
{{/if}}

Expand Down

0 comments on commit 0b7c65d

Please sign in to comment.