Fix for account portal.

This commit is contained in:
mike12345567 2022-11-28 14:09:18 +00:00
parent ce1b626f68
commit 8f4813b01a
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
) {