Skip to content

Commit

Permalink
update docs comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 3, 2023
1 parent d169a8c commit 91c722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const BUN_VERSION = Deno.env.get("BUN_VERSION") || "1.0.3";
* @function
* @description Deploy to Supabase Edge Functions
* @param {Directory | string} src The directory to deploy
* @param {Secret | string} tokenThe Supabase access token
* @param {Secret | string} token Supabase access token
* @param {string} projectId The Supabase project ID
* @returns {Promise<string>}
*/
Expand Down

0 comments on commit 91c722e

Please sign in to comment.