fix review changes

This commit is contained in:
Tanmay Deep Sharma
2025-07-10 15:50:31 +07:00
parent 358ec8120b
commit dd888f2cf0
3 changed files with 6 additions and 4 deletions
@@ -10,8 +10,7 @@ class Whatsapp::EmbeddedController < ApplicationController
render json: {
status: 'ready',
app_id: GlobalConfigService.load('WHATSAPP_APP_ID', ''),
config_id: GlobalConfigService.load('WHATSAPP_CONFIGURATION_ID', ''),
app_secret: GlobalConfigService.load('WHATSAPP_APP_SECRET', '')
config_id: GlobalConfigService.load('WHATSAPP_CONFIGURATION_ID', '')
}
end