Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Aug 22, 2023
1 parent 4321837 commit 9acb39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/set-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import _set from 'lodash/set.js';

export function setFields<T extends Record<string, any>>(
items: T | T[],
fieldValue: any | (() => any),
fieldValue: any,
fieldNames: string[],
defaultFieldName: string
): void {
Expand Down

0 comments on commit 9acb39d

Please sign in to comment.