Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Oct 19, 2024
1 parent 43026a1 commit 1dd0efd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/.meteor/versions
1 change: 1 addition & 0 deletions apps/meteor/packages/accounts-base
1 change: 1 addition & 0 deletions apps/meteor/packages/ddp-client
2 changes: 1 addition & 1 deletion packages/rest-typings/src/v1/licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type LicensesEndpoints = {
'/v1/licenses.info': {
GET: (params: licensesInfoProps) => {
license: LicenseInfo;
cloudSyncAnnouncement: {
cloudSyncAnnouncement?: {
viewId: string;
appId: string;
blocks: CloudSyncAnnouncementLayout;
Expand Down

0 comments on commit 1dd0efd

Please sign in to comment.