From 8b5685bb9903f4db5c7375aa4ace83772f5d757b Mon Sep 17 00:00:00 2001 From: amine Date: Mon, 18 Nov 2019 01:31:43 +0100 Subject: bridge/github: importer corectly emit events --- cache/bug_cache.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cache/bug_cache.go') diff --git a/cache/bug_cache.go b/cache/bug_cache.go index 6a220f49..6026190f 100644 --- a/cache/bug_cache.go +++ b/cache/bug_cache.go @@ -265,3 +265,7 @@ func (c *BugCache) CommitAsNeeded() error { } return c.notifyUpdated() } + +func (c *BugCache) NeedCommit() bool { + return c.bug.NeedCommit() +} -- cgit