Skip to content

Commit 2ae51a8

Browse files
lint issues
1 parent 15a3876 commit 2ae51a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/src/components/WikipediaModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const WikipediaModal: React.FC<WikipediaModalTypes> = ({ hideModal, open }) => {
102102
setTimeout(() => {
103103
setStatus('unknown');
104104
}, 5000);
105-
return
105+
return;
106106
}
107107
setTimeout(() => {
108108
setStatus('unknown');

frontend/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export interface SourceNode {
8080
awsAccessKeyId?: string;
8181
fileSource: string;
8282
query_source?: string;
83+
max_limit?: number;
8384
}
8485
export interface SideNavProps {
8586
openDrawer: () => void;

0 commit comments

Comments
 (0)