Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
asasvirtuais authored Aug 18, 2024
1 parent 6dfaa92 commit d809daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const mapToCone = (path: string) => (embed: EmbedResponse): PineconeRecord<Recor
})
const resolved = Promise.resolve()
export default async function main(created: string[] = [], updated: string[] = [], removed: string[] = []) {
logger.sillier({created, updated, removed})
const creating = created.length > 0 ? Promise.all(
created.map(
path => read(path)
Expand Down

0 comments on commit d809daa

Please sign in to comment.