1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Fix satisy typo

This commit is contained in:
Jamie Curnow
2020-04-22 11:11:20 +10:00
parent a7cabdde3a
commit c0e9d1eb2f
7 changed files with 267 additions and 235 deletions

View File

@ -90,7 +90,7 @@ class AccessList extends Model {
}
get satisfy() {
return this.satify_any ? 'satisfy any' : 'satisfy all';
return this.satisfy_any ? 'satisfy any' : 'satisfy all';
}
}