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
+2 -2
View File
@@ -1,6 +1,6 @@
const valuetoText = {
["user"]:"Username",
["post"]:"Post"
"user":"Username",
"post":"Post"
}
function changed() {