graph/db: fix build flag directive

Fix a typo in the build directive.
This commit is contained in:
Elle Mouton
2025-07-02 09:22:47 +02:00
parent ff32e90d1d
commit c9a775e7fb

View File

@@ -1,4 +1,4 @@
//go:build !test_db_posgres && test_db_sqlite
//go:build !test_db_postgres && test_db_sqlite
package graphdb