Skip to content

Commit cbb475b

Browse files
committed
Changes while testing and reviewing
1 parent 2a7a67d commit cbb475b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Token: ${token}`
121121
}
122122
else {
123123
//If there was no Token, this would be a 401. If you made it here, you didn't REST.
124-
err.message += `
124+
error.message += `
125125
You are Forbidden from performing this action. The request does not contain an "Authorization" header.
126126
Make sure you have registered at ${process.env.RERUM_PREFIX}. `
127127
}

0 commit comments

Comments
 (0)