Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bosschaert committed Dec 4, 2024
1 parent 9321cbc commit 263b2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/object/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import getObject from './get.js';
import getS3Config from '../utils/config.js';
import { invalidateCollab } from '../utils/object.js';
import { postObjectVersionWithLabel, putObjectWithVersion } from '../version/put.js';
import { putObjectWithVersion } from '../version/put.js';
import { listCommand } from '../utils/list.js';

const MAX_KEYS = 900;
Expand Down

0 comments on commit 263b2f0

Please sign in to comment.