Skip to content

Commit

Permalink
Update script.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Oct 12, 2024
1 parent ca2cac9 commit ff4c727
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/script/script.go
Original file line number Diff line number Diff line change
@@ -99,9 +99,4 @@ func init() {
if err != nil {
panic(err)
}

MarkAsCompleteUniqueCmd, err = loadLuaScript(markAsCompleteCmd)
if err != nil {
panic(err)
}
}

0 comments on commit ff4c727

Please sign in to comment.