Skip to content

Commit

Permalink
Update showcase.repository.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ochairo authored Apr 5, 2024
1 parent 5c8c0f7 commit 78c481c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default class ShowcaseRepository implements IShowcaseRepository {
}

async get(): Promise<ShowcaseData[]> {
// If you need merge or shape data do it here, no necesary to return the same data as the API
return this._remoteDataSource.get();
}
}

0 comments on commit 78c481c

Please sign in to comment.