Skip to content

Commit

Permalink
TS format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Feb 22, 2024
1 parent 82c38dd commit 814f0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/activity/basic_no_workflow_timeout/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const activities = wf.proxyActivities<typeof activitiesImpl>({
startToCloseTimeout: '1 minute',
});
const activitiesSched2Close = wf.proxyActivities<typeof activitiesImpl>({
scheduleToCloseTimeout: '1 minute',
scheduleToCloseTimeout: '1 minute',
});

export async function workflow(): Promise<string> {
Expand Down
2 changes: 1 addition & 1 deletion harness/ts/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FeatureSource, Runner } from './harness';
import { Runtime, DefaultLogger, makeTelemetryFilterString } from '@temporalio/worker';
import { Runtime, DefaultLogger } from '@temporalio/worker';
import pkg from '@temporalio/worker/lib/pkg';
import { Command } from 'commander';
import * as path from 'path';
Expand Down

0 comments on commit 814f0e9

Please sign in to comment.