mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-16 22:10:31 +00:00
9 lines
No EOL
213 B
CoffeeScript
9 lines
No EOL
213 B
CoffeeScript
#
|
|
# Pushes an event into the system each time the function is polled
|
|
#
|
|
|
|
# Requires the content to be posted
|
|
exports.push = ( content ) ->
|
|
log 'Posting event with content: ' + content
|
|
pushEvent
|
|
content: content |