Skip to content

Commit 0600843

Browse files
committed
replace Array<string> with string[]
1 parent 86220fe commit 0600843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/Document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class DocumentController extends BaseController {
208208
index: string,
209209
collection: string,
210210
_id: string,
211-
fields: Array<string>,
211+
fields: string[],
212212
options: {
213213
queuable?: boolean,
214214
refresh?: 'wait_for',

0 commit comments

Comments
 (0)