Fix for account portal.
This commit is contained in:
parent
ce1b626f68
commit
8f4813b01a
|
@ -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