Skip to content

Commit 620d49c

Browse files
MMwandighaAngamanga
authored andcommitted
Fix: Add post_date to only parameters (#1486)
1 parent 6fdbdef commit 620d49c

File tree

1 file changed

+1
-1
lines changed
  • libs/sdk/src/lib/helpers

1 file changed

+1
-1
lines changed

libs/sdk/src/lib/helpers/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ONLY = {
1515
NAME_COLOR_PERMISSIONS: 'name,color,everyone_can_create,can_create',
1616
NAME_ID_DESCRIPTION: 'name,id,description',
1717
NEEDED_POSTS_LIST_PROPERTIES:
18-
'id,title,status,color,contact,locks,post_media,data_source_message_id',
18+
'id,title,status,color,contact,locks,post_media,data_source_message_id,post_date',
1919
};
2020

2121
export const API_V_3 = `api/v3/`;

0 commit comments

Comments
 (0)