mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
refactor: settings module
This commit is contained in:
@@ -12,7 +12,7 @@ export class GetBranchesService {
|
||||
/**
|
||||
* Retrieves branches list.
|
||||
* @returns
|
||||
*/
|
||||
*/
|
||||
public getBranches = async () => {
|
||||
const branches = await this.branch().query().orderBy('name', 'DESC');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user