From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/lib/api/upload-blob.web.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/api/upload-blob.web.ts') diff --git a/src/lib/api/upload-blob.web.ts b/src/lib/api/upload-blob.web.ts index 45b72f7ee..9f21be567 100644 --- a/src/lib/api/upload-blob.web.ts +++ b/src/lib/api/upload-blob.web.ts @@ -1,4 +1,4 @@ -import {BskyAgent, ComAtprotoRepoUploadBlob} from '@atproto/api' +import {type BskyAgent, type ComAtprotoRepoUploadBlob} from '@atproto/api' /** * @note It is recommended, on web, to use the `file` instance of the file -- cgit 1.4.1