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 eaf054b commit 992b521Copy full SHA for 992b521
internal/leetcode/question_data.go
@@ -92,7 +92,7 @@ func (question *questionType) LeetCodeURL() string {
92
}
93
94
func (question *questionType) PackageName() string {
95
- return "problem" + question.QuestionFrontendID
+ return fmt.Sprintf("problem%d", question.FrontendID())
96
97
98
func (question *questionType) SaveCodeSnippet() {
0 commit comments