1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fix for account portal.

This commit is contained in:
mike12345567 2022-11-28 14:09:18 +00:00
parent e62ebc8fbb
commit 3a6200144a

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