Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed May 11, 2023
1 parent 0f26b85 commit adbc28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nets/NetSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export abstract class NetSpec implements NetProps {
name!: string // set by `resolveNets.ts`
targets

abstract connection(name: string): ConnectionSpec | undefined
abstract connection(name: string): ConnectionSpec
abstract metadata(signal: AbortSignal, tempDir: string): Promise<Uint8Array>

constructor({ targets }: NetProps) {
Expand Down

0 comments on commit adbc28e

Please sign in to comment.