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 243 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 846 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 876 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 1007 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 1042 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 1169 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 1169 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 1169 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by mrl5 1170 days ago
import * as wmill from "https://deno.land/x/[email protected]/mod.ts"
export async function main() {
return wmill.getResumeEndpoints()
}
Submitted by admin 1173 days ago