mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-27 20:11:33 +00:00
msg => message
This commit is contained in:
@ -11,7 +11,7 @@ export function handler(input: string): string {
|
||||
|
||||
if (request.action == Action.Post) {
|
||||
let post = request as PostRequest;
|
||||
addMessage(post.msg, post.username);
|
||||
addMessage(post.message, post.username);
|
||||
let count = getPostsCount();
|
||||
|
||||
let response = new PostResponse(count);
|
||||
|
Reference in New Issue
Block a user