diff --git a/src/cli/nooklink/user.ts b/src/cli/nooklink/user.ts index 85d4f7b..9168fbe 100644 --- a/src/cli/nooklink/user.ts +++ b/src/cli/nooklink/user.ts @@ -38,7 +38,7 @@ export async function handler(argv: ArgumentsCamelCase) { await storage.getItem('NintendoAccountToken.' + usernsid); const {nooklinkuser, data} = await getUserToken(storage, token, argv.islander, argv.zncProxyUrl, argv.autoUpdateSession); - const profile = await nooklinkuser.getUserProfile(data.user); + const profile = await nooklinkuser.getUserProfile(); if (argv.jsonPrettyPrint) { console.log(JSON.stringify(profile, null, 4));