Skip to content

Commit

Permalink
updating internal notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lola-Ojabowale committed Sep 13, 2021
1 parent 13f8409 commit d52a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events/EventManager.ts
Expand Up @@ -52,7 +52,7 @@ export default class EventManager {
this.calendarCredentials = credentials.filter((cred) => cred.type.endsWith("_calendar"));
this.videoCredentials = credentials.filter((cred) => cred.type.endsWith("_video"));

//lola-internal if there is a daily integration, temporarily pushes a credential for the daily-video-client
//if there is a daily integration, temporarily pushes a credential for the daily-video-client

const hasDailyIntegration = process.env.DAILY_API_KEY != null;
const dailyCredential: Credential = {
Expand Down

0 comments on commit d52a14f

Please sign in to comment.