mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
fix typo
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
This commit is contained in:
parent
6c6328bc0d
commit
0db6950d9d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user