From 47a729547767c1b9573145fa954a10964995357a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 11 Sep 2024 20:24:50 +0800 Subject: [PATCH] fix: typo copilot --- src/core/proto/ProfileLike.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"));