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 290 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 893 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 922 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 1054 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 1089 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 1216 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 1216 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 1216 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by mrl5 1217 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by admin 1220 days ago