Skip to content

Commit

Permalink
fix: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 22, 2024
1 parent dcd437b commit 76ac65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/queries/src/get-share-records.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class GetShareRecordsQuery extends Query implements IGetShareRecordsQuery
public readonly shareId: string
public readonly tableId: string | undefined
public readonly viewId: string | undefined
public readonly q: string | undefined
public readonly q: string | undefined | null

constructor(props: QueryProps<IGetShareRecordsQuery>) {
super()
Expand Down

0 comments on commit 76ac65d

Please sign in to comment.