Skip to content

Commit

Permalink
feat: change service for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
David Osorio committed Jul 2, 2024
1 parent 786f18b commit 8f59f10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/assets.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import Service from "./service.js";
import File from './file.js'

export default class Assets {
constructor() {
this.service = Service.getInstance();
constructor(service) {
this.service = service
}

async get(path) {
Expand Down

0 comments on commit 8f59f10

Please sign in to comment.