File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
augmentos_cloud/packages/cloud/src/services/core Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ export const APP_STORE: AppI[] = [
4747 webhookURL : `http://localhost:${ systemApps . mira . port } /webhook` ,
4848 logoURL : `https://cloud.augmentos.org/${ systemApps . mira . packageName } .png` ,
4949 } ,
50- {
51- packageName : systemApps . merge . packageName ,
52- name : systemApps . merge . name ,
53- description : "Merge AI, your proactive agent making all of your conversations better one insight at a time. 🚀" ,
54- webhookURL : `http://localhost:${ systemApps . merge . port } /webhook` ,
55- logoURL : `https://cloud.augmentos.org/${ systemApps . merge . packageName } .png` ,
56- }
50+ // {
51+ // packageName: systemApps.merge.packageName,
52+ // name: systemApps.merge.name,
53+ // description: "Merge AI, your proactive agent making all of your conversations better one insight at a time. 🚀",
54+ // webhookURL: `http://localhost:${systemApps.merge.port}/webhook`,
55+ // logoURL: `https://cloud.augmentos.org/${systemApps.merge.packageName}.png`,
56+ // }
5757] ;
5858
5959/**
You can’t perform that action at this time.
0 commit comments