Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 29, 2024
1 parent 224ce2e commit a40e83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Intake/packages/parse/Source/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default async (data: string) => {
for (let i = 0; i < headers.length; i++) {
obj[headers[i]] = values[i];
}

return obj;
});

Expand Down

0 comments on commit a40e83e

Please sign in to comment.