remove matrix release pipeline workaround
This commit is contained in:
parent
6494caaddb
commit
5eedb31d46
|
@ -1,10 +1,8 @@
|
||||||
import * as google from '@googleapis/androidpublisher'
|
import * as google from '@googleapis/androidpublisher'
|
||||||
import * as fs from "fs"
|
import * as fs from "fs"
|
||||||
import * as http from 'https'
|
import * as http from 'https'
|
||||||
import matrixcs, * as matrix from 'matrix-js-sdk'
|
import * as matrix from 'matrix-js-sdk'
|
||||||
import request from 'request'
|
|
||||||
import * as url from 'url'
|
import * as url from 'url'
|
||||||
matrixcs.request(request)
|
|
||||||
|
|
||||||
const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
|
const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue