Skip to content

Commit

Permalink
no lint or tsc errors
Browse files Browse the repository at this point in the history
no lint or tsc errors
  • Loading branch information
JoseCSG authored Jun 7, 2024
2 parents e6ea1ec + 0f3c52a commit 5745c38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
cypress-test:
runs-on: ubuntu-latest
needs: build

steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion services/projectSurvey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { auth } from "@/auth";
import db from "@/db/drizzle";
import { finalSurvey, finalSurveyAnswer, question } from "@/db/schema";
import { eq, sql, or } from "drizzle-orm";
import { eq, or } from "drizzle-orm";
import { ProjectAnswer } from "@/types/types";

export async function getProjectQuestions() {
Expand Down
2 changes: 1 addition & 1 deletion services/rag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ async function getQuestionsSkills(
return questionsSkills;
}

async function rulerAnalysis(
export async function rulerAnalysis(
userId: string,
userComment: string,
emotionId: number,
Expand Down

0 comments on commit 5745c38

Please sign in to comment.