Skip to content

Commit 1e087b5

Browse files
authored
Lint fix
Signed-off-by: Marcus Olsson <[email protected]>
1 parent a5b4b5a commit 1e087b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Cloud.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function run<
4747
>(name: string, data: Parameters<T>[0], options?: RequestOptions): Promise<ReturnType<T>>;
4848
export function run(name: string, data?: any, options?: RequestOptions): Promise<any> {
4949
options = options || {};
50-
5150
if (typeof name !== 'string' || name.length === 0) {
5251
throw new TypeError('Cloud function name must be a string.');
5352
}

0 commit comments

Comments
 (0)