feat: update v2 calendar services logic to handle multiple calendars (#16478)
* update calendar logic to handle multiple calendars * add method to link calendar to credential * remove logs * update platform libraries * update calendar logic to handle multiple calendars * update credentials repository * add selected calendars repository to destination calendars module * add method to get user selected calendars and rename fn * chore: PR feedback * resolve merge conflicts * fixup * make sure we cover all edge cases for apple calendar --------- Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com>
This commit is contained in:
@@ -68,7 +68,6 @@ export class UsersRepository {
|
||||
}
|
||||
|
||||
async findByIdWithProfile(userId: number): Promise<UserWithProfile | null> {
|
||||
console.log("findByIdWithProfile");
|
||||
return this.dbRead.prisma.user.findUnique({
|
||||
where: {
|
||||
id: userId,
|
||||
|
||||
Reference in New Issue
Block a user