mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-21 04:25:27 -04:00
Fix: Wrong type for attachment size.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "revolt.js",
|
||||
"version": "4.3.3-alpha.7",
|
||||
"version": "4.3.3-alpha.8",
|
||||
"main": "dist/index.js",
|
||||
"repository": "https://gitlab.insrt.uk/revolt/revolt.js",
|
||||
"author": "Paul Makles <insrt.uk>",
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@ export type AttachmentMetadata = (
|
||||
export type Attachment = {
|
||||
_id: string,
|
||||
tag: string,
|
||||
size: string,
|
||||
size: number,
|
||||
filename: string,
|
||||
metadata: AttachmentMetadata,
|
||||
content_type: string,
|
||||
|
||||
Reference in New Issue
Block a user