Skip to content

Commit

Permalink
fix: fixes cloudAnnouncement typing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-a-pelegrino authored and ggazzo committed Oct 19, 2024
1 parent fe97a39 commit 43026a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ const fetchWorkspaceSyncPayload = async ({
type: 'callout',
title: {
type: 'plain_text',
text: 'Callout Title',
text: 'Workspace eligible for Starter Plan',
},
text: {
type: 'plain_text',
text: 'Callout Text',
text: 'Get free access to premium capabilities for up to 50 users',
},
accessory: {
type: 'button',
text: {
type: 'plain_text',
text: 'Callout Action',
text: 'Switch Plan',
},
actionId: 'callout-action',
appId: 'cloud-announcements-core',
Expand Down
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 @@ -50,7 +50,7 @@ export type LicensesEndpoints = {
cloudSyncAnnouncement: {
viewId: string;
appId: string;
blocks: CloudSyncAnnouncementLayout[];
blocks: CloudSyncAnnouncementLayout;
};
};
};
Expand Down

0 comments on commit 43026a1

Please sign in to comment.