msg => message

This commit is contained in:
folex
2019-08-16 19:47:38 +03:00
parent 0fafa8661b
commit 8ca166aaf8
16 changed files with 64 additions and 68 deletions

View File

@ -3,7 +3,7 @@ import {log} from "../node_modules/assemblyscript-sdk/assembly/logger";
export function createScheme(): void {
log("create scheme");
}
export function addMessage(msg: string, username: string): void {
export function addMessage(message: string, username: string): void {
log("add message");
}
export function getMessages(username: string | null): string {