@studious-lms/server 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,9 +165,9 @@ export const classRouter = createTRPCRouter({
165
165
  },
166
166
  },
167
167
  submissions: {
168
- where: {
169
- studentId: ctx.user?.id,
170
- },
168
+ // where: {
169
+ // studentId: ctx.user?.id,
170
+ // },
171
171
  select: {
172
172
  studentId: true,
173
173
  id: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studious-lms/server",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Backend server for Studious application",
5
5
  "main": "dist/exportType.js",
6
6
  "types": "dist/exportType.d.ts",
@@ -169,9 +169,9 @@ export const classRouter = createTRPCRouter({
169
169
  },
170
170
  },
171
171
  submissions: {
172
- where: {
173
- studentId: ctx.user?.id,
174
- },
172
+ // where: {
173
+ // studentId: ctx.user?.id,
174
+ // },
175
175
  select: {
176
176
  studentId: true,
177
177
  id: true,