Skip to content

Commit

Permalink
Removes description param from creating an audience per PRD
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-Ag committed Jul 18, 2024
1 parent 49add30 commit a022704
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export default class FacebookClient {
json: {
name,
subtype: 'CUSTOM',
description: 'TODO: Hardcoded for now',
customer_file_source: 'BOTH_USER_AND_PARTNER_PROVIDED' //required to create an audience
customer_file_source: 'BOTH_USER_AND_PARTNER_PROVIDED'
}
})
}
Expand Down

0 comments on commit a022704

Please sign in to comment.