File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -404,8 +404,8 @@ export class IsomorphicClerk implements IsomorphicLoadedClerk {
404404 }
405405 } ;
406406
407- buildTasksUrl = ( opts ?: TasksRedirectOptions ) : string | void => {
408- const callback = ( ) => this . clerkjs ?. buildTasksUrl ( opts ) || '' ;
407+ buildTasksUrl = ( ) : string | void => {
408+ const callback = ( ) => this . clerkjs ?. buildTasksUrl ( ) || '' ;
409409 if ( this . clerkjs && this . loaded ) {
410410 return callback ( ) ;
411411 } else {
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ export interface Clerk {
744744 /**
745745 * Returns the configured url where tasks are mounted.
746746 */
747- buildTasksUrl ( opts ?: TasksRedirectOptions ) : string ;
747+ buildTasksUrl ( ) : string ;
748748
749749 /**
750750 * Returns the configured afterSignInUrl of the instance.
You can’t perform that action at this time.
0 commit comments