Remove unnecessary computed property keys in object

This commit is contained in:
deepsource-autofix[bot] 2022-09-05 17:31:15 +00:00 committed by GitHub
parent be3633ddeb
commit 6f6db8f84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
const valuetoText = {
["user"]:"Username",
["post"]:"Post"
"user":"Username",
"post":"Post"
}
function changed() {