Skip to content

Commit

Permalink
Add file extension to getAuthenticatedUser require
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Jun 11, 2024
1 parent 7b58c02 commit 9b84f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ noblox.onBlurbChange = require('./users/onBlurbChange.js')
noblox.clearSession = require('./util/clearSession.js')
noblox.generalRequest = require('./util/generalRequest.js')
noblox.getAction = require('./util/getAction.js')
noblox.getAuthenticatedUser = require('./util/getAuthenticatedUser')
noblox.getAuthenticatedUser = require('./util/getAuthenticatedUser.js')
noblox.getCurrentUser = require('./util/getCurrentUser.js')
noblox.getGeneralToken = require('./util/getGeneralToken.js')
noblox.getHash = require('./util/getHash.js')
Expand Down

0 comments on commit 9b84f5c

Please sign in to comment.