Fix some final webhook code.

This commit is contained in:
James Cole
2021-01-15 21:01:53 +01:00
parent b4f929b325
commit 99f8ed7760
13 changed files with 37 additions and 25 deletions

View File

@@ -655,6 +655,7 @@ class FireflyValidator extends Validator
->where('id', '!=', $existingId)
->where('url', $url)->count();
}
return false;
}