Skip to content

Commit

Permalink
[#98] Add IW.Sync.Delete module for issue garbage collection
Browse files Browse the repository at this point in the history
Resolves #98
  • Loading branch information
rashadg1030 committed Aug 26, 2019
1 parent 6ecee7f commit 8a1c9c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions issue-wanted.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ library
IW.Server.Types

-- Sync Worker
IW.Sync.Delete
IW.Sync.Search
IW.Sync.Update

Expand Down
2 changes: 2 additions & 0 deletions src/IW/Sync/Delete.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module IW.Sync.Delete where

0 comments on commit 8a1c9c9

Please sign in to comment.