From aa3316a3926933f3f262f728424a69bd806e9861 Mon Sep 17 00:00:00 2001 From: Prioq <79582323+Prioq@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:32:31 +0300 Subject: [PATCH] refactor: update API URL in removeFriend.js --- lib/friends/removeFriend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/friends/removeFriend.js b/lib/friends/removeFriend.js index 65005836a..fdf19c3da 100644 --- a/lib/friends/removeFriend.js +++ b/lib/friends/removeFriend.js @@ -60,7 +60,7 @@ exports.func = function (args) { return getGeneralToken({ jar }).then(function (xcsrf) { let apiUrl = args.apiUrl if (!apiUrl) { - apiUrl = 'api.roblox.com' + apiUrl = 'friends.roblox.com' } return removeFriend(jar, xcsrf, args.userId, apiUrl)