summaryrefslogtreecommitdiff
path: root/internal/repository/sqlite.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/repository/sqlite.go')
-rw-r--r--internal/repository/sqlite.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/repository/sqlite.go b/internal/repository/sqlite.go
index 6b4d5be..42a1a19 100644
--- a/internal/repository/sqlite.go
+++ b/internal/repository/sqlite.go
@@ -51,6 +51,7 @@ func (s *SQLite) Ping(ctx context.Context) error {
}
var _ Store = (*SQLite)(nil)
+var _ PodcastRepo = (*SQLite)(nil)
type sqlScanner interface {
Scan(dest ...any) error