File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ //! This module implements functionality for interacting with GitHub.
2+
13use curl;
24use curl:: easy:: { Easy , List } ;
35
Original file line number Diff line number Diff line change 1+ //! This module implements middleware for adding secuirty headers to
2+ //! http responses in production.
3+
14use conduit:: { Request , Response } ;
25use conduit_middleware:: Middleware ;
36
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ impl Team {
147147 /// Tries to create a Github Team from scratch. Assumes `org` and `team` are
148148 /// correctly parsed out of the full `name`. `name` is passed as a
149149 /// convenience to avoid rebuilding it.
150- pub fn create_github_team (
150+ fn create_github_team (
151151 app : & App ,
152152 conn : & PgConnection ,
153153 login : & str ,
You can’t perform that action at this time.
0 commit comments