-
Notifications
You must be signed in to change notification settings - Fork 0
update tanstack start to rc version #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
it is not a root document anymore
* main: Feature/scan error message (#51) cleanup type add github pipeline to check lint and format # Conflicts: # packages/web2/app/components/profile/errorScans/types.ts # packages/web2/app/ssr.tsx
* main: format define root in vite.config.ts to make it work properly in a monorepo
| contextId: string, | ||
| ) { | ||
| return this.updateOne( | ||
| return this.findOneAndUpdate( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
damit ändert sich der Return-Value der Method. War das Absicht?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Der return type wird nie genutzt, daher erstmal egal 🤷
packages/web2/app/actions/profile.ts
Outdated
| lastScan: serializeObjectWithIds(lastScan?.toJSON()) as unknown as | ||
| | Scan | ||
| | undefined, | ||
| lastSuccessfulScan: serializeObjectWithIds( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Warum braucht es hier nochmal zusätzlich serializeObjectWithIds? Sollte das nicht durch die modelOptions schon automatisch mit drin sein, wenn man toJSON aufruft? Und wenn nicht, wäre es dann vielleicht ein besserer Ansatz die toJSON-Methode in der Klasse zu überlagern?
| import { CronFields } from "../CronFields/CronFields.js"; | ||
| import { updateProfileCron } from "../../../actions/profile.js"; | ||
| import { updateProfileCron } from "~/actions/profile"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. Also ich denke wenn, sollten wir es einheitlich mit File-Suffix oder einheitlich ohne machen.
* main: Feature/add average score (#57) # Conflicts: # packages/web2/app/actions/profile.ts
#52