File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
platforms/cerberus/src/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class CharterSignatureService {
196
196
await this . groupRepository . save ( group ) ;
197
197
198
198
// Post system message about charter status change
199
- const charterUrl = `${ process . env . PUBLIC_GROUP_CHARTER_BASE_URL } /charter/ ${ groupId } ` ;
199
+ const charterUrl = `${ process . env . PUBLIC_GROUP_CHARTER_BASE_URL } ` ;
200
200
201
201
if ( analysis . isActive ) {
202
202
await messageService . createSystemMessage ( {
@@ -263,7 +263,7 @@ export class CharterSignatureService {
263
263
const changeSummary = await openaiService . analyzeCharterChanges ( oldCharter , newCharter ) ;
264
264
265
265
// Post system message about charter changes
266
- const charterUrl = `${ process . env . PUBLIC_GROUP_CHARTER_BASE_URL } /charter/ ${ groupId } ` ;
266
+ const charterUrl = `${ process . env . PUBLIC_GROUP_CHARTER_BASE_URL } ` ;
267
267
268
268
await messageService . createSystemMessage ( {
269
269
text : `📝 Charter Updated\n\n` +
You can’t perform that action at this time.
0 commit comments