Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
📌 Fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl committed Dec 4, 2022
1 parent e07e36d commit be6155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/spacesClient.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { S3Bucket } from "https://deno.land/x/[email protected]/mod.ts";
import { getSignedUrl } from "https://raw.githubusercontent.com/mashaal/aws_s3_presign/mashaal-patch-1/mod.ts";
import { getSignedUrl } from "https://deno.land/x/aws_s3_presign@1.3.1/mod.ts";
import { initializeEnv } from "../helper.ts";

initializeEnv([
Expand Down

0 comments on commit be6155c

Please sign in to comment.