File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backend/src/services/distribution Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ export class DistributionService {
4040 }
4141 } catch ( error ) {
4242 // Log but don't crash on plugin errors
43- logger . error ( `Error distributing content with plugin ${ pluginName } :` , {
43+ logger . error ( {
4444 error,
4545 pluginName,
46- } ) ;
46+ } , `Error distributing content with plugin ${ pluginName } :` ) ;
4747
4848 // Only throw if it's not a plugin error (system error)
4949 if ( ! ( error instanceof PluginError ) ) {
Original file line number Diff line number Diff line change 41694169 "config" : {
41704170 "botToken" : " {TELEGRAM_BOT_TOKEN}" ,
41714171 "channelId" : " -1002519270409" ,
4172- "messageThreadId" : " 176 "
4172+ "messageThreadId" : " 179 "
41734173 }
41744174 }
41754175 ]
You can’t perform that action at this time.
0 commit comments