Skip to content

Commit 830c3db

Browse files
committed
Fix Recruitee integration not correctly mapping file fields
1 parent 003b275 commit 830c3db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/integrations/miscellaneous/Recruitee.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private function _getCustomFields(array $offers): array
222222
'boolean' => 'flag',
223223
'legal' => 'flag',
224224
'multi_choice' => 'multi_content',
225-
'file' => 'file',
225+
'file' => 'remote_file_url',
226226
];
227227

228228
foreach ($offers as $offer) {

0 commit comments

Comments
 (0)