-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: use presigned urls for s3 #666
Conversation
@@ -4,7 +4,6 @@ declare namespace App.Models { | |||
created_at: string /* Date */ | null; | |||
updated_at: string /* Date */ | null; | |||
event_id: number; | |||
course_id: number | null; |
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.
after regenerating the types, the course_id was removed from the groups model. Currently I dont know why this happened.
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.
Is available as course?: Course | null;
.
closes #624