Skip to content

Commit 5b049af

Browse files
committed
chore: fix PushFileFunction type parameter names
1 parent 4a2a6b3 commit 5b049af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/functions/push-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FilterPredicate, Options, Counts } from "../../types";
22

33
export type PushFileFunction = (
4-
directoryPath: string,
4+
filename: string,
55
paths: string[],
66
counts: Counts,
77
filters?: FilterPredicate[]

0 commit comments

Comments
 (0)