mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-25 23:45:08 +00:00
chore: apply code quality improvements and linting fixes
- Remove remaining console.log statements and replace with comments - Add ESLint disable comments for intentionally unused variables - Improve code formatting and style consistency - Fix remaining linting violations for better CI compliance
This commit is contained in:
@@ -70,6 +70,7 @@ export default {
|
||||
if (direction) {
|
||||
return direction === 'inbound';
|
||||
}
|
||||
return false;
|
||||
},
|
||||
// Get normalized call status
|
||||
callStatus() {
|
||||
@@ -290,4 +291,3 @@ export default {
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user