Skip to content

Commit

Permalink
Merge branch 'kenny-#924' of github.com:poetapp/node into kenny-#924
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylavender committed Dec 13, 2018
2 parents 6246fd8 + 4e71d64 commit 50d2afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/API/API.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export interface APIConfiguration extends LoggingConfiguration, FileControllerCo
}

export interface API {
start: () => Promise<void>
stop: () => Promise<void>
readonly start: () => Promise<void>
readonly stop: () => Promise<void>
}

export const API = (configuration: APIConfiguration): API => {
Expand Down

0 comments on commit 50d2afc

Please sign in to comment.