From 7e23b725057725e21934537ef35d34be3973f825 Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Wed, 26 Mar 2025 11:15:19 +0100 Subject: [PATCH] chore(): removed FormData import from example --- examples/apidoc/V5/P2P/upload-chat-file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/apidoc/V5/P2P/upload-chat-file.js b/examples/apidoc/V5/P2P/upload-chat-file.js index 7fccd98..17f9e88 100644 --- a/examples/apidoc/V5/P2P/upload-chat-file.js +++ b/examples/apidoc/V5/P2P/upload-chat-file.js @@ -1,6 +1,5 @@ const { RestClientV5 } = require('bybit-api'); const fs = require('fs'); -const FormData = require('form-data'); // Initialize the client with testnet mode const client = new RestClientV5({