d33pu
03/13/2022, 2:00 PMNeedle
03/13/2022, 2:00 PM/title
command!
We have solved your problem?
Click the button below to archive it.Olyno
03/13/2022, 3:08 PMNeedle
03/13/2022, 3:08 PMOlyno
03/13/2022, 3:12 PMhttps://cdn.discordapp.com/attachments/843999948717555735/952566943750176848/unknown.png▾
js
select
cron.schedule(
'webhook-every-minutex', -- name of the cron job
'* * * * *', -- every minute
$$
select content::json->'results'
from http_get('https://swapi.dev/api/people');
$$
);
> thats the code I am trying to run but doesn't work
> If I manually run the select statement it returns the json results
> any help is highly appreciated 🙏Needle
03/16/2022, 8:13 AM