Fix for account portal.
This commit is contained in:
parent
e62ebc8fbb
commit
3a6200144a
|
@ -68,7 +68,7 @@ async function checkApiKey(apiKey: string, populateUser?: Function) {
|
|||
*/
|
||||
export = function (
|
||||
noAuthPatterns: EndpointMatcher[] = [],
|
||||
opts: { publicAllowed: boolean; populateUser?: Function } = {
|
||||
opts: { publicAllowed?: boolean; populateUser?: Function } = {
|
||||
publicAllowed: false,
|
||||
}
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue