Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/workspace-settings' into workspa…
Browse files Browse the repository at this point in the history
…ce-settings
  • Loading branch information
ilyatos committed Aug 27, 2019
2 parents 6093fbf + 2d0b3b4 commit 2c9a626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Model {

/**
* Finds record by its id
* @param {BaseModel.id} id - record's id
* @param {String} id - record's id
* @return {Promise<BaseModel>}
*/
static async findById(id) {
Expand Down

0 comments on commit 2c9a626

Please sign in to comment.