style: fix prettier issues after syncing with master

This commit is contained in:
2026-04-25 20:24:17 +03:00
parent ef7402bc23
commit 7058ea9f87
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
name: Bug report name: Bug report
about: Report a reproducible bug in OpenFrame about: Report a reproducible bug in OpenFrame
title: "bug: " title: 'bug: '
labels: [bug] labels: [bug]
assignees: [] assignees: []
--- ---
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
name: Feature request name: Feature request
about: Suggest an improvement for OpenFrame about: Suggest an improvement for OpenFrame
title: "feat: " title: 'feat: '
labels: [enhancement] labels: [enhancement]
assignees: [] assignees: []
--- ---
@@ -106,10 +106,7 @@ export default async function ProjectPage({ params, searchParams }: ProjectPageP
where: { projectId: project.id }, where: { projectId: project.id },
skip, skip,
take: pageSize, take: pageSize,
orderBy: [ orderBy: [{ updatedAt: sortOrder }, { id: sortOrder }],
{ updatedAt: sortOrder },
{ id: sortOrder },
],
include: { include: {
versions: { versions: {
where: { isActive: true }, where: { isActive: true },