Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 24, 2020
1 parent 462a7c1 commit 20b59de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/event-bridge-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { StoredEvent, StoredEventDoc } from "../models/events/event";
* Construct a store suitable for event mapping information. Data is stored
* as {@link StoredEvent}s.
* @constructor
* @param {Datastore} db The connected NEDB database instance
* @param db The connected NEDB database instance
*/
export class EventBridgeStore extends BridgeStore {
constructor(db: Datastore) { super(db) }
Expand Down
2 changes: 1 addition & 1 deletion src/components/room-bridge-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class RoomBridgeStore extends BridgeStore {
* If a unique 'id' is not given, the store will generate one by concatenating
* the `matrix_id` and the `remote_id`. The delimiter
* used is a property on this store and can be modified.
*
*
* The structure of Entry objects means that it is efficient to select based
* off the 'id', 'matrix_id' or 'remote_id'. Additional indexes can be added
* manually.
Expand Down

0 comments on commit 20b59de

Please sign in to comment.