Last active
June 26, 2024 14:56
-
-
Save Kijacode/0cca314f85a7f027e04aaa1f296c835a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const data = [ | |
{ | |
id:11111, | |
name:Danford Kija, | |
fileData :{ | |
filename: "jjalkjal", | |
rate: [] | |
}, | |
filter:false, | |
} | |
] | |
exports.module = data; | |
I need help on how i can update/put ?? Or I am wrong structure my data | |
1.rate | |
2.filter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Kijacode I dont understand the question, have you resolved the issue?