Skip to content

Commit 2c9a626

Browse files
committed
Merge remote-tracking branch 'origin/workspace-settings' into workspace-settings
2 parents 6093fbf + 2d0b3b4 commit 2c9a626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/models/model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Model {
3737

3838
/**
3939
* Finds record by its id
40-
* @param {BaseModel.id} id - record's id
40+
* @param {String} id - record's id
4141
* @return {Promise<BaseModel>}
4242
*/
4343
static async findById(id) {

0 commit comments

Comments
 (0)