Skip to content

Commit 2106ad2

Browse files
copilot fix
1 parent 0b6421a commit 2106ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/query/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function getQueryInHistory(rawQuery: string | QueryInHistory) {
3636
};
3737
}
3838

39-
if ('queryId' in rawQuery) {
39+
if (rawQuery.queryId) {
4040
return rawQuery;
4141
}
4242
return {

0 commit comments

Comments
 (0)