Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haffi96 committed Oct 14, 2023
1 parent a1a5c5d commit 48d4526
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdk-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache-dependency-path: ./package-lock.json

- name: Install dependencies
run: npm install
run: npm install --legacy-peer-deps

- name: Install AWS CDK
run: npm i -g aws-cdk
Expand Down
4 changes: 0 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/aws/backend/db/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ export const createUserBlogEntry = async (userEmail: string, blogId: number) =>

const result = await db.select({ userId: userQuery.userId }).from(userQuery)

console.log("RESULT", result);


const { userId } = result[0]

await db.insert(userBlogs).values({ user_id: userId, blog_id: blogId })
Expand Down

0 comments on commit 48d4526

Please sign in to comment.