Skip to content

Commit adb3432

Browse files
committedDec 19, 2023
typo
1 parent 089ce76 commit adb3432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎internal/handlers/save.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ func Save(w http.ResponseWriter, r *http.Request) {
4343

4444
// Define a function to merge old and new content
4545
mergeContentFunc := func(oldContent, newContent string) string {
46-
meredContent := newContent
47-
log.Trace().Msgf("Merging content: %s", meredContent)
46+
mergedContent := newContent
47+
log.Trace().Msgf("Merging content: %s", mergedContent)
4848

49-
return meredContent
49+
return mergedContent
5050
}
5151

5252
// Define a function for updating content in storage

0 commit comments

Comments
 (0)