Skip to content

Commit

Permalink
fix: correctly sync pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 21, 2024
1 parent 89afe0b commit 92d9fc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/contexts/AuthContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const AuthProvider = ({ children }: PropsWithChildren) => {
},
include: {
user: true,
pictures: true,
},
});
await electric.db.service_instructeurs.sync({ where: { udap_id: data!.user!.udap_id } });
Expand Down

0 comments on commit 92d9fc5

Please sign in to comment.