Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 4dd2630

Browse files
committed
Fix bot responding to updated issues with older crashreports
1 parent 2809257 commit 4dd2630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Arisa
33
class VersionModule
44
def initialize(core, dispatcher)
55
@core = core
6-
dispatcher.crash_modules << self
6+
dispatcher.created_crash_modules << self
77
end
88

99
def outdated?(issue, reports)

0 commit comments

Comments
 (0)