You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update metafile access in getFileBySlug function
- Changed the way metafile is accessed in the getFileBySlug function to ensure type safety by casting the result to 'any'.
- Improved clarity by defining the metafile structure explicitly, enhancing maintainability and reducing potential runtime errors.
0 commit comments