Skip to content

Commit d561c2c

Browse files
committed
Credit source of Job and Outcome
1 parent 0d47f3a commit d561c2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/action-listener-middleware/src/job.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Source: https://github.com/ethossoftworks/job-ts
2+
13
import { Outcome } from './outcome'
24
import type { Error as OutcomeError } from './outcome'
35

packages/action-listener-middleware/src/outcome.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Source: https://github.com/ethossoftworks/outcome-ts
2+
13
const outcomeSymbol = Symbol()
24

35
export class Ok<T> {

0 commit comments

Comments
 (0)