Skip to content

Commit

Permalink
add more fields
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed May 16, 2023
1 parent fb3153c commit 73bf0a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CommonServer/API/StatusPageAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ export default class StatusPageAPI extends BaseAPI<
title: true,
description: true,
_id: true,
showAnnouncementAt: true,
endAnnouncementAt: true
},
skip: 0,
limit: LIMIT_PER_PROJECT,
Expand Down

0 comments on commit 73bf0a2

Please sign in to comment.