Skip to content

Commit

Permalink
update summit times
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanGau committed Jun 4, 2024
1 parent fc67afe commit c9c4da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ if (config.sql) {
}
}
const client = new Client(sql_config);
var all_data = { "slack": {}, "hackathon": {}, "summit": { "count": 5 }, "fanpage": {}, "github": {} };
var all_data = { "slack": {}, "hackathon": {}, "summit": {}, "fanpage": {}, "github": {} };
const arrayOfPromises = [
new Promise((resolve, reject) => {
all_data['summit'] = { "count": 5 };
let to = setTimeout(() => {
console.log("slack api timeout");
resolve(1);
Expand Down

0 comments on commit c9c4da0

Please sign in to comment.