Skip to content

Commit d4b6e7d

Browse files
shanejonaszcstarr
andauthored
Update src/index.ts
Co-authored-by: Zane Starr <zcstarr@gmail.com>
1 parent 94ec41b commit d4b6e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface IOptions {
2121
skip?: string[];
2222
only?: string[];
2323
reporter: "console" | "json" | "raw";
24-
transport: "http" | ITransport
24+
transport: "http" | ITransport;
2525
}
2626

2727
export default async (options: IOptions) => {

0 commit comments

Comments
 (0)