Skip to content

Commit 3a0490f

Browse files
committed
fix: remove unused tagline variable from upload process
1 parent 008bca0 commit 3a0490f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ export default class UploadPlugin extends AdminForthPlugin {
296296
if (filePath.startsWith('/')) {
297297
throw new Error('s3Path should not start with /, please adjust s3path function to not return / at the start of the path');
298298
}
299-
const tagline = `${ADMINFORTH_NOT_YET_USED_TAG}=true`;
300299
const { uploadUrl, uploadExtraParams } = await this.options.storage.adapter.getUploadSignedUrl(filePath, contentType, 1800);
301300
let previewUrl;
302301
if (this.options.preview?.previewUrl) {

0 commit comments

Comments
 (0)