testing auto build

This commit is contained in:
areeqakbr 2025-02-27 08:51:01 +07:00
parent f2189e7159
commit aa716e574b
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ func (r *backboneRepo) GetByID(id uuid.UUID) (entity.Backbone, error) {
return backbone, err return backbone, err
} }
return backbone, nil return backbone, nil
} }