randydev commited on
Commit
3f9011f
·
verified ·
1 Parent(s): ca2beb5

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -142,7 +142,7 @@ app.get("/test", async (req, res) => {
142
  key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
143
  });
144
  const response = await api.RandyDev(
145
- "user/creation-date", false, true, {
146
  user_id: 6477856957
147
  });
148
  res.json(response);
 
142
  key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
143
  });
144
  const response = await api.RandyDev(
145
+ "user/creation-date", true, false, {
146
  user_id: 6477856957
147
  });
148
  res.json(response);