Skip to content

Commit

Permalink
sqlite: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnre8 committed Nov 1, 2022
1 parent f6b2921 commit e62b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/plugins/messageStorage/sqlite.ts
Expand Up @@ -174,8 +174,8 @@ class SqliteMessageStorage implements ISqliteMessageStorage {
/**
* Load messages for given channel on a given network and resolve a promise with loaded messages.
*
* @param Network network - Network object where the channel is
* @param Chan channel - Channel object for which to load messages for
* @param network Network - Network object where the channel is
* @param channel Channel - Channel object for which to load messages for
*/
getMessages(network: Network, channel: Channel) {
if (!this.isEnabled || Config.values.maxHistory === 0) {
Expand Down

0 comments on commit e62b169

Please sign in to comment.