From 63740e0476573fcadef14cb537f63361683db5ab Mon Sep 17 00:00:00 2001 From: it-fm <42847248+it-fm@users.noreply.github.com> Date: Sun, 20 Jan 2019 08:10:55 -0200 Subject: [PATCH] Fix banner update URL Fix banner update --- lib/twitter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitter.js b/lib/twitter.js index 9540857e..ef3bf733 100644 --- a/lib/twitter.js +++ b/lib/twitter.js @@ -26,7 +26,7 @@ var required_for_user_auth = required_for_app_auth.concat([ var FORMDATA_PATHS = [ 'media/upload', 'account/update_profile_image', - 'account/update_profile_background_image', + 'account/update_profile_banner', ]; var JSONPAYLOAD_PATHS = [