Skip to content

Commit 13b75b9

Browse files
authored
remove empty line
Signed-off-by: Manuel <[email protected]>
1 parent 9ade102 commit 13b75b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParseQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,6 @@ class ParseQuery<T extends ParseObject = ParseObject> {
16011601
* @returns {Promise} Returns a promise that will be resolved with the results
16021602
* of the search
16031603
* */
1604-
16051604
async search(value: string, path: string[], options: SearchOptions = {}): Promise<Array<any>> {
16061605
if (!value) {
16071606
throw new Error('A search term is required.');

0 commit comments

Comments
 (0)