Skip to content

Commit

Permalink
fixed promoted_post_unavailable error code
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-r committed Aug 13, 2019
1 parent 5326211 commit 83b72a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook_business/utils/fberrcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FacebookErrorSubCodes(object):
incompatible_instagram_placement = 1772119
product_set_invalid = 1487831
promoted_post_invalid = 1885180
promoted_post_unavailable = 1885557
promoted_post_unavailable = 2446036
publisher_category_not_valid = 1815298
no_custom_audience_ownership = 1487301
invalid_locales = 1487121
Expand Down

0 comments on commit 83b72a2

Please sign in to comment.