Skip to content

Commit

Permalink
looks good to me
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 21, 2023
1 parent 257252f commit ab7ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/service/path.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default class PathService {
else this.useService = new UseService(this);
}

private readonly repository: PathRepository = new PathFirestormRepository();
private readonly repository = new PathFirestormRepository();

getRaw(): Promise<Record<string, Path>> {
return this.repository.getRaw();
Expand Down

0 comments on commit ab7ea9a

Please sign in to comment.