You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Replace 'qs' dep. with 'querystring'
This commit is contained in:
@@ -17,7 +17,7 @@ limitations under the License.
|
||||
'use strict';
|
||||
|
||||
import url from 'url';
|
||||
import qs from 'qs';
|
||||
import qs from 'querystring';
|
||||
import React from 'react';
|
||||
import MatrixClientPeg from '../../../MatrixClientPeg';
|
||||
import PlatformPeg from '../../../PlatformPeg';
|
||||
|
||||
Reference in New Issue
Block a user