Skip to content

Commit

Permalink
oke
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Jan 21, 2024
1 parent 95c1d51 commit f909da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (c *CACHE) flushToFile() {
return
}

if _, err := io.WriteString(file, string(data)); err != nil {
if _, err := file.WriteString(string(data)); err != nil {
c.logger.Error("Error while writing cache.journal: ", err)
return
}
Expand Down

0 comments on commit f909da5

Please sign in to comment.