File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/sim/tools/microsoft_teams Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import type { Logger } from '@sim/logger'
22import { createLogger } from '@sim/logger'
33import { secureFetchWithValidation } from '@/lib/core/security/input-validation.server'
4- import { processFilesToUserFiles } from '@/lib/uploads/utils/file-utils'
4+ import { processFilesToUserFiles , type RawFileInput } from '@/lib/uploads/utils/file-utils'
55import { downloadFileFromStorage } from '@/lib/uploads/utils/file-utils.server'
66import type { UserFile } from '@/executor/types'
77import type {
@@ -44,7 +44,7 @@ export interface TeamsFileUploadResult {
4444 * and creating attachment references.
4545 */
4646export async function uploadFilesForTeamsMessage ( params : {
47- rawFiles : unknown [ ]
47+ rawFiles : RawFileInput [ ]
4848 accessToken : string
4949 requestId : string
5050 logger : Logger
You can’t perform that action at this time.
0 commit comments