From 69cc85453cf6e1c6497bdf1470e0e2295c135547 Mon Sep 17 00:00:00 2001 From: gimenes Date: Fri, 18 Oct 2024 17:32:10 -0300 Subject: [PATCH] use webdraw.ai --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cdb528e..a148322 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -import { getSDK } from "https://webdraw.ai/webdraw-sdk.js"; +import { getSDK } from "https://webdraw.ai/webdraw-sdk"; const cache = await caches.open("v1");