fix: typo

copilot
This commit is contained in:
手瓜一十雪 2024-09-11 20:24:50 +08:00 committed by GitHub
parent 341a0e1c2a
commit 47a7295477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"));
.add(new pb.Field("msg", 14, "likeMsg"));