Skip to content

Commit 59a98f2

Browse files
committed
fix: add missing semicolon
1 parent ba0ddf8 commit 59a98f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/background-http.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as fileSystemModule from "file-system";
55
import * as common from "./index";
66

77
declare const net: any;
8-
net.gotev.uploadservice.UploadService.NAMESPACE = application.android.packageName
8+
net.gotev.uploadservice.UploadService.NAMESPACE = application.android.packageName;
99

1010
interface UploadInfo {
1111
getUploadId(): string;

0 commit comments

Comments
 (0)