mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Fix unit test
This commit is contained in:
@ -98,7 +98,6 @@ func DeleteAll() error {
|
||||
|
||||
if result := db.Exec(
|
||||
fmt.Sprintf(`DELETE FROM %s`, database.QuoteTableName("auth")),
|
||||
false,
|
||||
); result.Error != nil {
|
||||
return result.Error
|
||||
}
|
||||
|
Reference in New Issue
Block a user