Skip to content

Commit

Permalink
fix: restored original casing of userid in the Log adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvegter authored and Nino van Galen committed May 8, 2020
1 parent 8055798 commit 4430ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database/adapters/LogAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LogAdapter extends IAdapter {
title: entityObject.title,
subtype: 'run',
origin: 'process',
UserId: 1,
userId: 1,
text: 'Yet another log',
};
}
Expand Down

0 comments on commit 4430ee1

Please sign in to comment.