remove matrix release pipeline workaround

This commit is contained in:
Adam Brown 2023-01-08 12:34:06 +00:00
parent 6494caaddb
commit 5eedb31d46
1 changed files with 1 additions and 3 deletions

View File

@ -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));