Skip to content

Commit

Permalink
Resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kokodak committed Aug 23, 2024
1 parent ab3888c commit 6fe24d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/database/testcases/testcases.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func RunFindChangeInfosBetweenServerSeqsTest(
assert.NoError(t, clientInfo.AttachDocument(docInfo.ID, false))
assert.NoError(t, db.UpdateClientInfoAfterPushPull(ctx, clientInfo, docInfo))

updatedClientInfo, err := db.FindClientInfoByRefKey(ctx, clientInfo.RefKey())
updatedClientInfo, _ := db.FindClientInfoByRefKey(ctx, clientInfo.RefKey())

// Record the serverSeq value at the time the PushPull request came in.
initialServerSeq := docInfo.ServerSeq
Expand Down

0 comments on commit 6fe24d6

Please sign in to comment.