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 209 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 812 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 842 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 973 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 1008 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 1135 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 1135 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 1136 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by mrl5 1136 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by admin 1139 days ago