diff --git a/src/core/proto/ProfileLike.ts b/src/core/proto/ProfileLike.ts index b0a603fa..dd12844c 100644 --- a/src/core/proto/ProfileLike.ts +++ b/src/core/proto/ProfileLike.ts @@ -1,7 +1,7 @@ import * as pb from 'protobufjs'; // Proto: from src/core/proto/ProfileLike.proto -// Auther: Mlikiowa +// Author: Mlikiowa export interface LikeDetailType { txt: string; @@ -80,4 +80,4 @@ export const likeMsg = new pb.Type("likeMsg") export const profileLikeTip = new pb.Type("profileLikeTip") .add(likeMsg) - .add(new pb.Field("msg", 14, "likeMsg")); \ No newline at end of file + .add(new pb.Field("msg", 14, "likeMsg"));