import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(approver?: string) {
const endpoints = await wmill.getResumeUrls(approver);
console.log(`Approval page at ${endpoints.approvalPage}`);
return endpoints;
}
Submitted by hugo697 270 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(approver?: string) {
const endpoints = await wmill.getResumeUrls(approver);
console.log(`Approval page at ${endpoints.approvalPage}`);
return endpoints;
}
Submitted by rubenfiszel 873 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts";
export async function main(approver?: string) {
const endpoints = await wmill.getResumeEndpoints(approver);
console.log(`Approval page at ${endpoints.approvalPage}`);
return endpoints;
}
Submitted by admin 902 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main(approver?: string) {
const endpoints = await wmill.getResumeEndpoints(approver)
console.log(`Approval page at ${endpoints.approvalPage}`)
return endpoints
}
Submitted by adam186 1034 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main(approver?: string) {
const endpoints = await wmill.getResumeEndpoints(approver)
console.log(`Approval page at ${endpoints.approvalPage}`)
return endpoints
}
Submitted by adam186 1069 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main(approver?: string) {
const endpoints = await wmill.getResumeEndpoints(approver)
console.log(`Approval page at ${endpoints.approvalPage}`)
return endpoints
}
Submitted by admin 1196 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main(approver?: string) {
const endpoints = wmill.getResumeEndpoints(approver)
console.log(`Approval page at ${endpoints.approvalPage}`)
return endpoints
}
Submitted by admin 1196 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main(approver?: string) {
return wmill.getResumeEndpoints(approver)
}
Submitted by admin 1196 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by mrl5 1197 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by admin 1200 days ago