remove superfluous comma

pull/2243/head
thyttan 2022-11-07 21:15:01 +01:00 committed by GitHub
parent 7a2acd8c48
commit 9740753f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ Bangle.setUI({
if (process.env.HWVERSION==1 && (n==1 || n==2 || n==3)) {
load();
}
},
}
});