Skip to content

Commit

Permalink
import isArray
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 25, 2024
1 parent 15650ef commit 5595c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ving/record/records/S3File.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { S3Client, DeleteObjectCommand } from '@aws-sdk/client-s3';
import ving from '#ving/index.mjs';
import { extensionMap } from '#ving/schema/schemas/S3File.mjs';
import { stringifyId } from '#ving/utils/int2str.mjs';
import { isArray } from '#ving/utils/identify.mjs';

/**
* Gets a file extension.
Expand Down

0 comments on commit 5595c79

Please sign in to comment.