Skip to content

Commit 298da29

Browse files
authored
[search api] enable /v2/resolve api (#1807)
## Summary @gcurtis confirmed this is ready to enable now that the API has updated ## How was it tested? compiles?
1 parent df6e7ef commit 298da29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package featureflag
22

33
// ResolveV2 uses the /v2/resolve endpoint when resolving packages.
4-
var ResolveV2 = disable("RESOLVE_V2")
4+
var ResolveV2 = enable("RESOLVE_V2")

0 commit comments

Comments
 (0)