Skip to content

Commit

Permalink
🚨 Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jun 17, 2024
1 parent f18d028 commit a0c8479
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/crm/company/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/contact/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/deal/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/engagement/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/note/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/stage/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/task/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/crm/user/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/account/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/collection/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/comment/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/contact/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/tag/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/team/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/ticket/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/ticketing/user/sync/sync.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class SyncService implements OnModuleInit {

async onModuleInit() {
try {
// await this.scheduleSyncJob();
await this.scheduleSyncJob();
} catch (error) {
throw error;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/src/authUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
const BASE_URL: string = providerName === 'gorgias' ? `${apiUrl}${baseUrl}` :
data.SUBDOMAIN ? data.SUBDOMAIN + baseUrl : baseUrl;

//console.log('BASE URL IS '+ BASE_URL)
// console.log('BASE URL IS '+ BASE_URL)
if (!baseUrl || !BASE_URL) {
throw new Error(`Unsupported provider: ${providerName}`);
}
Expand Down Expand Up @@ -139,7 +139,7 @@ const handleOAuth2Url = async (input: HandleOAuth2Url) => {
}

const finalAuthUrl = `${BASE_URL}?${params}`;
//console.log('Final Authentication : ', finalAuthUrl);
// console.log('Final Authentication : ', finalAuthUrl);
return finalAuthUrl;
}

Expand Down

0 comments on commit a0c8479

Please sign in to comment.