Skip to content

Commit 15a0766

Browse files
authored
Add comment for SonarQube testing
Added a comment for SonarQube testing purposes.
1 parent 692fa16 commit 15a0766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

back_end/controller/app_patient_controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const sql = require('mssql');
22

33
// Get all patients
4+
//making change for purpose of testing of SonarQube
45
const getAllPatients = async (req, res) => {
56
try {
67
const request = new sql.Request();
@@ -111,4 +112,4 @@ module.exports = {
111112
searchPatients,
112113
getPatientById,
113114
createPatient
114-
};
115+
};

0 commit comments

Comments
 (0)