File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {
2525 isResCloudDbTokenBound ,
2626} from "@fireproof/core-protocols-dashboard" ;
2727import { TokenAndSelectedTenantAndLedger } from "@fireproof/core-types-protocols-cloud" ;
28- import { ClerkFPCCEvtEntity } from "./clerk-fpcc-evt-entity.js" ;
28+ import { ClerkFPCCEvtEntity , clerkSvc } from "./clerk-fpcc-evt-entity.js" ;
2929
3030export interface IframeFPCCProtocolOpts {
3131 readonly dashboardURI : string ;
@@ -389,6 +389,7 @@ export class IframeFPCCProtocol implements FPCCProtocol {
389389 }
390390
391391 async ready ( ) : Promise < FPCCProtocol > {
392+ await clerkSvc ( this . dashApi ) ;
392393 await this . fpccProtocol . ready ( ) ;
393394 this . fpccProtocol . onFPCCMessage ( this . handleFPCCMessage ) ;
394395 return this ;
You can’t perform that action at this time.
0 commit comments