ryoji-s пре 2 година
родитељ
комит
8f7bb97665
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/core/src/utils/page-path-utils/index.ts

+ 1 - 0
packages/core/src/utils/page-path-utils/index.ts

@@ -124,6 +124,7 @@ export const isCreatablePage = (path: string): boolean => {
  * return user's homepage path
  * @param user
  */
+// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
 export const userHomepagePath = (user: any): string => {
   if (!user || !user.username) {
     return '';