ieiekk
Results
2
issues of
ieiekk
This is what I wrote in utils.ts: ```typescript export const supabase = createClient( Deno.env.get("SUPABASE_URL") as string, Deno.env.get("SUPABASE_KEY") as string, ); ``` After I push the commit, I got this error...
I can correctly upload my user's image to ImgBB using line messaging api get content endpoint, but using event.message.content() cannot. I guess it's this line that get wrong: ```javascript //...