File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414jobs :
1515 steps-lint-typecheck :
16- name : " Steps: Lint & Typecheck (00-09) "
16+ name : " Lint & Typecheck"
1717 runs-on : ubuntu-latest
1818 strategy :
1919 matrix :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default function WikiArticleViewer({
4141} : WikiArticleViewerProps ) {
4242 // local state to show updated pageviews after increment
4343 const [ localPageviews , setLocalPageviews ] = useState < number | null > (
44- pageviews ?? null
44+ pageviews ?? null ,
4545 ) ;
4646
4747 useEffect ( ( ) => {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ async function main() {
2525
2626 if ( users . length === 0 ) {
2727 console . error (
28- "❌ No users found in the database. Seed cannot assign authorId without existing users."
28+ "❌ No users found in the database. Seed cannot assign authorId without existing users." ,
2929 ) ;
3030 process . exit ( 1 ) ;
3131 }
You can’t perform that action at this time.
0 commit comments