Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
Dieter Sting 2021-09-17 13:46:05 +02:00 committed by Dieter Stinglhamber
parent 6c6328bc0d
commit 0db6950d9d

View File

@ -43,7 +43,7 @@ const verify = (auth, config) => {
/**
* If it's a "READ" action, then the type of token doesn't matter as
* both `full-access` and `read-only` allowa you to get the data.
* both `full-access` and `read-only` allow you to get the data.
*/
if (isReadAction) {
return;