|
@@ -15,8 +15,8 @@ |
|
|
block discarded – undo |
|
15
|
15
|
const APPROVAL_STATUS = 'approval_status'; |
|
16
|
16
|
const LINE_ITEM_ID = 'line_item_id'; |
|
17
|
17
|
const TWEET_ID = 'tweet_id'; |
|
18
|
|
- const SCHEDULED_TWEET_IDS = 'scheduled_tweet_ids'; |
|
19
|
|
- const SCHEDULED_TWEET_ID = 'scheduled_tweet_id'; |
|
|
18
|
+ const SCHEDULED_TWEET_IDS = 'scheduled_tweet_ids'; |
|
|
19
|
+ const SCHEDULED_TWEET_ID = 'scheduled_tweet_id'; |
|
20
|
20
|
const ENTITY_STATUS = 'entity_status'; |
|
21
|
21
|
const PROMOTED_TWEET_IDS = 'promoted_tweet_ids'; |
|
22
|
22
|
const LINE_ITEM_IDS = 'line_item_ids'; |
Please login to merge, or discard this patch.