Skip to content

Commit 2c35579

Browse files
committed
fix tests
1 parent 5950a96 commit 2c35579

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/sim/blocks/blocks/sharepoint.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,6 @@ Return ONLY the JSON object - no explanations, no markdown, no extra text.`,
918918
columnDefinitions,
919919
listItemFields,
920920
files,
921-
uploadFiles,
922-
fileRefs,
923921
maxPages,
924922
driveId,
925923
...rest
@@ -945,7 +943,7 @@ Return ONLY the JSON object - no explanations, no markdown, no extra text.`,
945943
}
946944
}
947945

948-
const normalizedFiles = normalizeFileInput(files || uploadFiles || fileRefs)
946+
const normalizedFiles = normalizeFileInput(files)
949947
const result: Record<string, any> = {
950948
...rest,
951949
oauthCredential,

0 commit comments

Comments
 (0)