Skip to content

Commit

Permalink
change the code alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman-Riah19 committed Feb 26, 2024
1 parent e9c236e commit 46703c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Controllers/Http/ProfilesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export default class ProfilesController {
const productUrl = await Drive.getUrl("./products");
const profileBannerUrl = await Drive.getUrl(`./banner`);

const { avatarUrl, authenticateProfile } =
await ProfileService.getAthenticateProfile(auth);
const { avatarUrl, authenticateProfile } = await ProfileService.getAthenticateProfile(auth);

const collections = await Collection.query().where('user_id', user!.id);;

Expand Down

0 comments on commit 46703c5

Please sign in to comment.