refactor: settings module

This commit is contained in:
Ahmed Bouhuolia
2025-03-07 04:05:24 +02:00
parent b7d0b6c24a
commit 40b7daa2e3
44 changed files with 325 additions and 259 deletions

View File

@@ -12,7 +12,7 @@ export class GetBranchesService {
/**
* Retrieves branches list.
* @returns
*/
*/
public getBranches = async () => {
const branches = await this.branch().query().orderBy('name', 'DESC');