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

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -4
index.js CHANGED
@@ -141,10 +141,9 @@ app.get("/test", async (req, res) => {
141
  const api = new AkenoaiJs({
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);
149
  });
150
 
 
141
  const api = new AkenoaiJs({
142
  key: "akeno_OSrXhljIomunACd5JY18jFIeIuuB6Pdx"
143
  });
144
+ const response = await api.RandyDev("user/creation-date", false, true, {
145
+ user_id: 6477856957
146
+ });
 
147
  res.json(response);
148
  });
149