Skip to content

Commit

Permalink
Merge branch 'feat/free-db-on-lark-sheets' of github.com:FreeLeh/GoFr…
Browse files Browse the repository at this point in the history
…eeDB into feat/free-db-on-lark-sheets
  • Loading branch information
edocsss committed Jan 20, 2025
2 parents fd7241a + e934649 commit c9a9e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

![Unit Test](https://github.com/FreeLeh/GoFreeDB/actions/workflows/unit_test.yml/badge.svg)
![Integration Test](https://github.com/FreeLeh/GoFreeDB/actions/workflows/full_test.yml/badge.svg)
![Coverage](https://img.shields.io/badge/Coverage-82.6%25-brightgreen)
![Coverage](https://img.shields.io/badge/Coverage-77.5%25-yellow)
[![Go Report Card](https://goreportcard.com/badge/github.com/FreeLeh/GoFreeDB)](https://goreportcard.com/report/github.com/FreeLeh/GoFreeDB)
[![Go Reference](https://pkg.go.dev/badge/github.com/FreeLeh/GoFreeDB.svg)](https://pkg.go.dev/github.com/FreeLeh/GoFreeDB)

Expand Down
2 changes: 1 addition & 1 deletion internal/google/store/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (s *GoogleSheetKVStore) findKeyA1Range(ctx context.Context, key string) (mo
[][]interface{}{{fmt.Sprintf(
kvFindKeyA1RangeQueryTemplate,
key,
models.NewA1Range(s.sheetName, defaultKVKeyColRange),
models.NewA1Range(s.sheetName, defaultKVKeyColRange).Original,
)}},
)
if err != nil {
Expand Down

0 comments on commit c9a9e7f

Please sign in to comment.