1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Use the right query string lib

This commit is contained in:
Travis Ralston
2018-10-30 14:59:57 -06:00
parent b57e858ad1
commit 2fb29ae8fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
var matrixcs = require("./lib/matrix");
const request = require('browser-request');
const queryString = require('query-string');
const queryString = require('qs');
matrixcs.request(function(opts, fn) {
// We manually fix the query string for browser-request because