diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 06:55:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-08 06:55:26 +0900 |
| commit | 6e34e77372bd74c85ebf5a6b4214c818231dbe8b (patch) | |
| tree | 614e46573693bb4e0b6d097fde88a52d1cd0fa1f /src/models/notification.ts | |
| parent | Fix bug (diff) | |
| download | misskey-6e34e77372bd74c85ebf5a6b4214c818231dbe8b.tar.gz misskey-6e34e77372bd74c85ebf5a6b4214c818231dbe8b.tar.bz2 misskey-6e34e77372bd74c85ebf5a6b4214c818231dbe8b.zip | |
Implement announce
And bug fixes
Diffstat (limited to 'src/models/notification.ts')
| -rw-r--r-- | src/models/notification.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/models/notification.ts b/src/models/notification.ts index 17144d7ee8..d5ca7135b7 100644 --- a/src/models/notification.ts +++ b/src/models/notification.ts @@ -51,9 +51,6 @@ export interface INotification { /** * Pack a notification for API response - * - * @param {any} notification - * @return {Promise<any>} */ export const pack = (notification: any) => new Promise<any>(async (resolve, reject) => { let _notification: any; |