Skip to content

Commit

Permalink
Remove Dangerfile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Garma00 committed Feb 10, 2023
1 parent c985b59 commit d304988
Show file tree
Hide file tree
Showing 3 changed files with 4,272 additions and 1,827 deletions.
7 changes: 0 additions & 7 deletions Dangerfile.ts

This file was deleted.

2 changes: 1 addition & 1 deletion utils/durable/orchestrators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const callableActivity = <
} catch (e) {
throw failureActivity(
activityName,
e instanceof Error ? e.message : e.reason
e instanceof Error ? e.message : (e as ActivityResultFailure).reason
);
}
return pipe(
Expand Down
Loading

0 comments on commit d304988

Please sign in to comment.