mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-29 00:41:08 -04:00
Remove unused code. Fix deleting invoice.
This commit is contained in:
@ -43,7 +43,6 @@ export default {
|
||||
},
|
||||
all() {
|
||||
return Team.query()
|
||||
.with(['logos'])
|
||||
.where('$isNew', false)
|
||||
.get();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user