Skip to content

Commit

Permalink
resolvin comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones committed Aug 5, 2022
1 parent ee71eac commit 8f69c81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
openfeature*
__debug_bin
.DS_Store
flagd
Expand Down
2 changes: 1 addition & 1 deletion pkg/service/grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type GRPCService struct {
// GRPC and HTTP
func (s *GRPCService) Serve(ctx context.Context, eval eval.IEvaluator) error {
s.Eval = eval
// TODO: Needs TLS implementation
// TODO: Needs TLS implementation: https://github.com/open-feature/flagd/issues/103
grpcServer := grpc.NewServer()
gen.RegisterServiceServer(grpcServer, s)

Expand Down

0 comments on commit 8f69c81

Please sign in to comment.