(pad: any, authorId: string)
| 339 | }; |
| 340 | |
| 341 | const isPadCreator = async (pad: any, authorId: string) => authorId === await pad.getRevisionAuthor(0); |
| 342 | |
| 343 | const handlePadOptionsMessage = async ( |
| 344 | socket: any, message: PadOptionsMessage & {data: {payload: PadOptionsMessage}}) => { |
no test coverage detected