Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix(server:botkit): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rockjam committed Dec 9, 2015
1 parent c43d0d3 commit be821fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ object BotMessages {
override def readResponse(obj: Js.Obj) = readJs[Response](obj)
}

final case class ResponseIdAdmin(isAdmin: Boolean, in: Int) extends ResponseBody {
final case class ResponseIdAdmin(isAdmin: Boolean) extends ResponseBody {
def getIsAdmin: java.lang.Boolean = isAdmin.booleanValue()
}

Expand Down

0 comments on commit be821fe

Please sign in to comment.