Commit b4a8cc35 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

Merge branch 'ondev-gcs' into 'dev'

Ondev gcs

See merge request !47
parents 5e8e404c 39b02975
# Changelog
## [1.2.6dev] - 2023-05-21
## [1.2.6dev] - 2023-05-22
### Added
- TRIGGER :: http trigger callback
- PLUGIN :: do-http-callback
......
File mode changed from 100755 to 100644
......@@ -83,7 +83,7 @@ var process_req = function(req, res ,method) {
if(jmatch)
{
if(cb_response){
httpcb.on(session_id,function(msg){
httpcb.once(session_id,function(msg){
resp_msg.response=msg.data.data;
if(['data','data_only','json'].includes(String(cb_response).toLocaleLowerCase())){
resp_msg=msg.data.data
......
{
"version":"1.2.6dev",
"build":"202305212000"
"build":"202305221600"
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment