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 333 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 936 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 966 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 1097 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 1132 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 1259 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 1259 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 1259 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by mrl5 1260 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by admin 1263 days ago