We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3c16a commit c96783dCopy full SHA for c96783d
1 file changed
libs/providers/ofrep-web/src/lib/ofrep-web-provider.ts
@@ -133,6 +133,7 @@ export class OFREPWebProvider implements Provider {
133
*/
134
async onContextChange(oldContext: EvaluationContext, newContext: EvaluationContext): Promise<void> {
135
try {
136
+ this._etag = null; // reset etag to force refetch
137
this._context = newContext;
138
139
const now = new Date();
0 commit comments