Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth10001 committed Jul 13, 2024
1 parent 62ba5a0 commit dc3075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/helper/helper.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CustomModel extends Model {}
/**
* Gets most recent entry when given a sequelize model
*
* @param {SequlizeModel} model
* @param {ModelStatic} model
*/
export function getMostRecent<T extends Model>(
model: ModelStatic<T>,
Expand Down

0 comments on commit dc3075d

Please sign in to comment.