Some minor updates

This commit is contained in:
Alex Corn
2023-06-24 02:39:16 -04:00
parent 4ca0fc83aa
commit 36e8c79d87
7 changed files with 48 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
/**
* @enum ESharedfileType
* @enum ESharedFileType
*/
module.exports = {
"Screenshot": 0,
@@ -10,4 +10,4 @@ module.exports = {
"0": "Screenshot",
"1": "Artwork",
"2": "Guide"
};
};