tweaked error message

This commit is contained in:
Lauchmelder 2022-03-20 15:55:31 +01:00
parent 250d462da2
commit c492cc53be
No known key found for this signature in database
GPG key ID: C2403C69D78F011D

View file

@ -101,7 +101,7 @@ const sync = () =>
return reject("Please set a valid WaniKani API Token")
// Get user info
var user = await query(data.token, "https://api.wanikani.com/v2/user").catch(reason => reject("WaniKani API request failed: " + reason))
var user = await query(data.token, "https://api.wanikani.com/v2/user").catch(reason => reject(reason))
if(user === undefined)
return