From 622100adb6deb75cfb0fad4e4e94af9f0d7a232c Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Sun, 30 Apr 2017 21:57:13 +0300 Subject: close #5757 --- web/bountysource.nim | 2 -- 1 file changed, 2 deletions(-) (limited to 'web') diff --git a/web/bountysource.nim b/web/bountysource.nim index 8d4f36bf0..5dfdb4497 100644 --- a/web/bountysource.nim +++ b/web/bountysource.nim @@ -29,8 +29,6 @@ proc newBountySource(team, token: string): BountySource = result.client.headers["Referer"] = "https://salt.bountysource.com/teams/nim/admin/supporters" result.client.headers["Origin"] = "https://salt.bountysource.com/" -import typetraits - proc getSupporters(self: BountySource): Future[JsonNode] {.async.} = let response = await self.client.get(apiUrl & "/supporters?order=monthly&per_page=200&team_slug=" & self.team) -- cgit 1.4.1-2-gfad0