airqo-platform / airqo-platform/AirQo-api

Remove unused pre-save hook in MaintenanceSchema

未關閉
#3,669 0 則留言 0 個 reaction 已指派 1 人 已被 @Baalmart 認領 在 GitHub 檢視
主要語言
JavaScript
星號
26
分支
24
平均合併
5 小時 36 分鐘
30 天內合併 PR
81

描述

In the file `src/auth-service/models/Maintenance.js`, there is an empty pre-save hook that serves no purpose:

```javascript
MaintenanceSchema.pre("save", function (next) {
return next();
});
```

This unnecessary code should be removed to keep the codebase clean and maintainable.

This issue was identified during code review of PR #3666 by @Baalmart.

[View the PR](https://github.com/airqo-platform/AirQo-api/pull/3666)

[View the comment](https://github.com/airqo-platform/AirQo-api/pull/3666#discussion_r1803344340)

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。