mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
refactor(nestjs): plaid banking syncing
This commit is contained in:
@@ -28,6 +28,10 @@ export class SystemUser extends BaseModel {
|
||||
inviteAccepted(query) {
|
||||
query.whereNotNull('invite_accepted_at');
|
||||
},
|
||||
|
||||
active(query) {
|
||||
query.where('active', true);
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user