Skip to content

Commit

Permalink
vector db working on handle update stuff!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil-lalani committed Sep 12, 2024
1 parent 8aeaa98 commit ffd38af
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 203 deletions.
2 changes: 1 addition & 1 deletion src/main/Scrapers/X Corp/twitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async function exportTwitter(id, platformId, filename, company, name) {

if (tweetExists) {
customConsoleLog(id, 'Tweet already exists, skipping');
ipcRenderer.send('handle-update-complete', id, platformId, company, name);
ipcRenderer.send('handle-update-complete', id, platformId, company, name);
return 'HANDLE_UPDATE_COMPLETE';
} else {
ipcRenderer.send(
Expand Down
Loading

0 comments on commit ffd38af

Please sign in to comment.