Skip to content

Commit

Permalink
fix: add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Oct 26, 2022
1 parent ef2360c commit 069c79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/api/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ const getStatus = createHandler(async (): Promise<Status> => {
measure: appConfig.measure,
development: appConfig.development,
stopScrapeEvents: appConfig.stopScrapeEvents,
disableFileLogging: appConfig.disableFileLogging,
},
},
};
Expand Down

0 comments on commit 069c79c

Please sign in to comment.