You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports %s C style replacement but JavaScript itself supports template literals which are clearer to see the expected output and don't need an import.
A function can be used for composure.
constjourneyURLTemplate='%s/json%s/realm-config/authentication/authenticationtrees/trees/%s';constnodeURLTemplate='%s/json%s/realm-config/authentication/authenticationtrees/nodes/%s/%s';// five minutes laterconsturlString=util.format(queryAllTreesURLTemplate,storage.session.getTenant(),getCurrentRealmPath());constresponse=awaitgenerateAmApi(getTreeApiConfig()).get(urlString,{withCredentials: true,})
util.format
Supports
%s
C style replacement but JavaScript itself supports template literals which are clearer to see the expected output and don't need an import.A function can be used for composure.
Becomes
The text was updated successfully, but these errors were encountered: