We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d9561 commit 1bec8d2Copy full SHA for 1bec8d2
.github/workflows/test.yml
@@ -11,6 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ fetch-depth: 0
16
+ clear: true
17
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
@@ -33,6 +36,9 @@ jobs:
33
36
34
37
35
38
39
40
41
42
43
44
src/utils/server.ts
@@ -113,7 +113,6 @@ export async function buildServer({ db }: { db: DB }) {
113
description: "Development server",
114
},
115
],
116
- tags: [{ name: "users", description: "User related end-points" }],
117
components: {
118
securitySchemes: {
119
cookieAuth: {
0 commit comments