Skip to content

Commit 74f8845

Browse files
authored
Move src/github_installations to bot-components (#350)
Depend on #349
2 parents 225bb24 + a6fc170 commit 74f8845

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
open Base
2-
open Bot_components
3-
open Helpers
2+
open Utils
43
open Lwt
54

65
let installation_ids : (string, int) Base.Hashtbl.t =
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
open Bot_components
2-
31
val installation_ids : (string, int) Base.Hashtbl.t
42

53
val installation_tokens : (int, string * float) Base.Hashtbl.t

0 commit comments

Comments
 (0)