Skip to content

Commit

Permalink
lint: apply linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbixby committed Aug 14, 2024
1 parent 9993309 commit 9998f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/economy/getUserFunds.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.optional = ['jar']
*/

// Define
function getUserFunds(userId, jar) {
function getUserFunds (userId, jar) {
return http({
url: `//economy.roblox.com/v1/users/${userId}/currency`,
options: {
Expand Down

0 comments on commit 9998f96

Please sign in to comment.