We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5af3c6 commit 959f24eCopy full SHA for 959f24e
injected/src/features/duck-ai-data-clearing.js
@@ -8,7 +8,6 @@ import ContentFeature from '../content-feature.js';
8
*/
9
export class DuckAiDataClearing extends ContentFeature {
10
init() {
11
- // eslint-ignore-next-line require-await
12
this.messaging.subscribe('duckAiClearData', _ => this.clearData());
13
}
14
@@ -42,7 +41,7 @@ export class DuckAiDataClearing extends ContentFeature {
42
41
window.localStorage.removeItem('savedAIChats');
43
44
45
- async clearChatImagesStore() {
+ clearChatImagesStore() {
46
this.log.info('Clearing `chat-images` object store');
47
48
return new Promise((resolve, reject) => {
0 commit comments