Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Nov 16, 2024
1 parent 2b57ecd commit e45f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/temporal/discourse.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Client, ScheduleHandle, ScheduleOverlapPolicy } from '@temporalio/client';
import { TemporalCoreService } from './core.service';
import config from 'src/config';
import config from '../../config';

class TemporalDiscourseService extends TemporalCoreService {
public async createSchedule(platformId: string, endpoint: string): Promise<ScheduleHandle> {
Expand Down

0 comments on commit e45f4da

Please sign in to comment.