Skip to content

Commit

Permalink
Use db interface in grpc server
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Hausler <[email protected]>
  • Loading branch information
micahhausler committed Dec 7, 2021
1 parent b72ab0b commit a417791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-server/grpc_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type ConfigGRPCServer struct {
Facility string
TLSCert string
GRPCAuthority string
DB *db.TinkDB
DB db.Database
}

// SetupGRPC setup and return a gRPC server.
Expand Down

0 comments on commit a417791

Please sign in to comment.