Skip to content

Commit 6618565

Browse files
committed
日常更新
1 parent c45b401 commit 6618565

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

routes/custom.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ router.post('/uploadApk', (req, res) => {
5555
});
5656

5757
function getApkContentLength(appName, appVersion) {
58-
59-
6058
const promise = new Promise((resolve, reject) => {
6159
fs.stat(path.resolve(__dirname, apkDisk, appName + "." + appVersion + ".apk"), (err, fileStat) => {
6260
if (err) {

0 commit comments

Comments
 (0)