mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-24 20:14:35 -04:00
refactor: rename realtime-note-store.service.ts to realtime-note-store.ts
This was committed by mistake, the store should not have the extension `.service` Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
fd949a77b8
commit
c363d0834e
6 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ import { Mock } from 'ts-mockery';
|
|||
import { Note } from '../../notes/note.entity';
|
||||
import * as realtimeNoteModule from './realtime-note';
|
||||
import { RealtimeNote } from './realtime-note';
|
||||
import { RealtimeNoteStore } from './realtime-note-store.service';
|
||||
import { RealtimeNoteStore } from './realtime-note-store';
|
||||
import { mockRealtimeNote } from './test-utils/mock-realtime-note';
|
||||
import { WebsocketAwareness } from './websocket-awareness';
|
||||
import { WebsocketDoc } from './websocket-doc';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue