bug: profile loading bugs

This commit is contained in:
2023-04-04 15:27:49 +01:00
parent 39dbfe1183
commit c515636616
4 changed files with 36 additions and 15 deletions

View File

@ -35,6 +35,10 @@ export interface BuiltRawReqFilter {
export interface RequestBuilderOptions {
leaveOpen?: boolean;
relays?: Array<string>;
/**
* Do not apply diff logic and always use full filters for query
*/
skipDiff?: boolean;
}
/**