Skip to content

Commit e8b3eb7

Browse files
Merge pull request #334 from tcet-opensource/333-spellingerror-model-activityBlueprint
333 spellingerror in ./model/activityblueprint.js
2 parents e50ebb1 + b896033 commit e8b3eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/activityBlueprint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function remove(filter) {
2626
async function create(activityBlueprintData) {
2727
const {
2828
number, academicYear, type, startDate, endDate,
29-
} = activityBlueprintDataData;
29+
} = activityBlueprintData;
3030
const activityblueprint = new ActivityBlueprint({
3131
number,
3232
academicYear,

0 commit comments

Comments
 (0)