mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:39:28 +00:00
Lint cleanup
This commit is contained in:
@@ -143,10 +143,10 @@ class User {
|
||||
|
||||
switch (range) {
|
||||
case 'before':
|
||||
sql += `and t.testDate <= curdate()`;
|
||||
sql += 'and t.testDate <= curdate()';
|
||||
break;
|
||||
case 'after':
|
||||
sql += `and t.testDate > curdate()`;
|
||||
sql += 'and t.testDate > curdate()';
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user