mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove user from ec2 host
This commit is contained in:
@@ -13,7 +13,7 @@ class Session
|
||||
_.extend @prototype, require('event-emitter')
|
||||
|
||||
constructor: ({@site, @id, @host, @port}) ->
|
||||
@host ?= 'ec2-user@ec2-54-218-196-152.us-west-2.compute.amazonaws.com'
|
||||
@host ?= 'ec2-54-218-196-152.us-west-2.compute.amazonaws.com'
|
||||
@participants = []
|
||||
|
||||
if @site?
|
||||
|
||||
Reference in New Issue
Block a user