Skip to content

Commit 067e648

Browse files
authored
Fixed build error (#113)
1 parent 224314d commit 067e648

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/api/base.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@ export interface IWaitForSync {
229229
* - 'fail': Respond with 424 status code when data update did not apply within the timeout period
230230
*/
231231
waitForSync(timeout: number | null, policy?: FactsSyncTimeoutPolicy): this;
232-
/**
233-
* Ignore the bulk cache and fetch facts directly from the PDP. Available only when `proxyFactsViaPdp` is set to `true`.
234-
* @param ignoreCache - Set to `true` to ignore the bulk cache and fetch facts directly from the PDP.
235-
*/
236-
ignoreBulkCache(ignoreCache: boolean): this;
237232
}
238233

239234
export abstract class BaseFactsPermitAPI extends BasePermitApi implements IWaitForSync {

0 commit comments

Comments
 (0)