Docker build updates
This commit is contained in:
parent
3e36aef9c5
commit
67a5b60ad5
34 changed files with 89 additions and 52 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import Wreck from "@hapi/wreck";
|
||||
import { withDb, AppDatabase } from "../../lib/db";
|
||||
import { twilioClientFor } from "../../lib/common";
|
||||
import { withDb, AppDatabase } from "../../lib/db.js";
|
||||
import { twilioClientFor } from "../../lib/common.js";
|
||||
import { CallInstance } from "twilio/lib/rest/api/v2010/account/call";
|
||||
import workerUtils from "../../lib/utils";
|
||||
import workerUtils from "../../lib/utils.js";
|
||||
|
||||
interface WebhookPayload {
|
||||
startTime: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue