Skip to content

Commit c9a9e7f

Browse files
committed
Merge branch 'feat/free-db-on-lark-sheets' of github.com:FreeLeh/GoFreeDB into feat/free-db-on-lark-sheets
2 parents fd7241a + e934649 commit c9a9e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

internal/google/store/kv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func (s *GoogleSheetKVStore) findKeyA1Range(ctx context.Context, key string) (mo
136136
[][]interface{}{{fmt.Sprintf(
137137
kvFindKeyA1RangeQueryTemplate,
138138
key,
139-
models.NewA1Range(s.sheetName, defaultKVKeyColRange),
139+
models.NewA1Range(s.sheetName, defaultKVKeyColRange).Original,
140140
)}},
141141
)
142142
if err != nil {

0 commit comments

Comments
 (0)