Skip to content
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:delete_reservation #40

Merged
2 commits merged into from
May 3, 2024
Merged

Feat:delete_reservation #40

2 commits merged into from
May 3, 2024

Conversation

Barney9211
Copy link
Contributor

根據使用者給的id刪除資料庫中space_reserved_time , item_reserved_time , reservation 的預約紀錄

@Barney9211 Barney9211 self-assigned this Apr 26, 2024
Copy link
Contributor

@Chun-Cheng Chun-Cheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run npx eslint ./routes/reserve/delete_reservation.js and adjust the format before commit.

@Chun-Cheng
Copy link
Contributor

Or, you can just use npx eslint ./routes/reserve/delete_reservation.js --fix.

@Chun-Cheng Chun-Cheng linked an issue May 3, 2024 that may be closed by this pull request
@Chun-Cheng Chun-Cheng closed this pull request by merging all changes into main in 3268bd8 May 3, 2024
@Jeff92316046 Jeff92316046 deleted the feat-delete_reservation branch June 21, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DELETE /reserve/{reservation_id} : 刪除預約資料
2 participants