Skip to content

Commit c7f63b6

Browse files
authored
Update test.js
1 parent 5ca57aa commit c7f63b6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/test.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
const snoowrap = require("snoowrap");
22
const creds = require("../oauth_info.json");
3-
4-
// const creds = {
5-
// "client_id": "7kamBn3K5RlZqg",
6-
// "client_secret":"Z3K07R_o1IvpsPLdhRDGkt-K6tU",
7-
// "user_agent": "A bot for finding the latest sneaker deals",
8-
// "refresh_token" : "41811051-sstmw1mb4nWOmarX_YnlZx6VltQ",
9-
// "access_token" : "41811051-11SatmLC2waVMqDVklRSje59R5o"
10-
// }
113

124
const Reddit = new snoowrap({
135
userAgent: creds.user_agent,
@@ -33,4 +25,4 @@ const callDeal = async() => {
3325
console.log(speechText);
3426
};
3527

36-
callDeal();
28+
callDeal();

0 commit comments

Comments
 (0)