Merge pull request #31 from 002Hub/deepsource-fix-9374d23b

Remove unnecessary computed property keys in object
This commit is contained in:
Code002Lover 2022-09-05 10:32:02 -07:00 committed by GitHub
commit aa49e05467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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