refactor: Course Preview + fixes #766
Annotations
3 errors and 3 warnings
Lint
Argument of type '{ role: string; isAdmin: true; isTeacher: false; }' is not assignable to parameter of type '{ role: string; isAdmin: boolean; isTeacher: boolean; isAdminLike: boolean; }'.
|
Lint
Argument of type '{ role: string; isAdmin: false; isTeacher: false; }' is not assignable to parameter of type '{ role: string; isAdmin: boolean; isTeacher: boolean; isAdminLike: boolean; }'.
|
Lint
Process completed with exit code 2.
|
Vitest tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|