Skip to content

Commit 015c88a

Browse files
committed
comments
1 parent 7fc76b8 commit 015c88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration-wire-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export interface IConfigurationWire {
165165
readonly precomputed?: IPrecomputedConfiguration;
166166
}
167167

168-
// We treat these two responses as a "whole" configuration - that is, the set of data required to compute flags and bandits.
168+
// These response types are stringified in the wire format.
169169
type UfcResponseType = IUniversalFlagConfigResponse | IBanditParametersResponse;
170170

171171
// The UFC responses are JSON-encoded strings so we can treat them as opaque blobs, but we also want to enforce type safety.

0 commit comments

Comments
 (0)