コミット忘れ
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| import redis from '../db/redis'; | import { redisClient } from '../db/redis'; | ||||||
| import { User } from '../models/entities/user'; | import { User } from '../models/entities/user'; | ||||||
| import { Note } from '../models/entities/note'; | import { Note } from '../models/entities/note'; | ||||||
| import { UserList } from '../models/entities/user-list'; | import { UserList } from '../models/entities/user-list'; | ||||||
| @@ -14,7 +14,7 @@ class Publisher { | |||||||
| 			{ type: type, body: null } : | 			{ type: type, body: null } : | ||||||
| 			{ type: type, body: value }; | 			{ type: type, body: value }; | ||||||
|  |  | ||||||
| 		redis.publish(config.host, JSON.stringify({ | 		redisClient.publish(config.host, JSON.stringify({ | ||||||
| 			channel: channel, | 			channel: channel, | ||||||
| 			message: message | 			message: message | ||||||
| 		})); | 		})); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo