Skip to content

Commit b8b96e1

Browse files
author
Rafael Marinho
committed
fix(CHA-769): small improvements
1 parent 105633b commit b8b96e1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,16 +2263,13 @@ export type Attachment = CustomAttachmentData & {
22632263
author_name?: string;
22642264
color?: string;
22652265
duration?: number;
2266-
end_at?: string;
22672266
fallback?: string;
22682267
fields?: Field[];
22692268
file_size?: number | string;
22702269
footer?: string;
22712270
footer_icon?: string;
22722271
giphy?: GiphyData;
22732272
image_url?: string;
2274-
latitude?: number;
2275-
longitude?: number;
22762273
mime_type?: string;
22772274
og_scrape_url?: string;
22782275
original_height?: number;

test/unit/test-utils/mockChannelQueryResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const mockChannelQueryResponse = {
112112
},
113113
messages: [],
114114
pinned_messages: [],
115-
live_locations: [],
115+
active_live_locations: [],
116116
members: [
117117
{
118118
user_id: 'sara-angular-test',

0 commit comments

Comments
 (0)