Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
fix(artransfer): incorrect IsPinned reference to IsPending (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <[email protected]>

Signed-off-by: qwqcode <[email protected]>
  • Loading branch information
qwqcode authored Oct 19, 2022
1 parent f85c200 commit 8c95417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/artransfer/artrans.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func ImportArtrans(basic *BasicParams, srcComments []model.Artran) {

IsCollapsed: c.IsCollapsed == lib.ToString(true),
IsPending: c.IsPending == lib.ToString(true),
IsPinned: c.IsPending == lib.ToString(true),
IsPinned: c.IsPinned == lib.ToString(true),

VoteUp: voteUp,
VoteDown: voteDown,
Expand Down

0 comments on commit 8c95417

Please sign in to comment.