Refactor to do better metadata analysis on the current project/chat
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
async function main() {
|
||||
console.log('Running artifact collector');
|
||||
|
||||
if (!ProjectDetector.isProjectChat()) {
|
||||
if (!ProjectMeta.isProjectChat()) {
|
||||
console.log('Not in a project chat, exiting');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user