Skip to content

Commit

Permalink
Fixing repochat action
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Sep 8, 2024
1 parent 363a3a1 commit 1883b48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action/ingest.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ async function ingestFiles(directoryPath, apiUrl) {
}
}

export default {
ingestFiles
};
export default ingestFiles;

0 comments on commit 1883b48

Please sign in to comment.