We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfc1d commit 0ccde84Copy full SHA for 0ccde84
src/messages.js
@@ -47,7 +47,7 @@ export const bootstrapOldFormat = function() {
47
48
export const bootstrapInvalid = function() {
49
return 'LaunchDarkly bootstrap data is not available because the back end could not read the flags.';
50
-}
+};
51
52
export const deprecated = function(oldName, newName) {
53
return '[LaunchDarkly] "' + oldName + '" is deprecated, please use "' + newName + '"';
0 commit comments