We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641225a commit 083801dCopy full SHA for 083801d
src/classes/project-data.js
@@ -25,14 +25,6 @@ class ProjectData {
25
this.projectDataJson.data['generator'] = ProjectData.generator
26
}
27
28
- /**
29
- * @returns {Object}
30
- * @description Get the raw data.
31
- */
32
- getRawData () {
33
- return Object.assign({}, this.projectDataJson)
34
- }
35
-
36
/**
37
* @returns {number}
38
* @description Get the project id.
0 commit comments