Restore final value for TWEET_DETAIL_API

This commit is contained in:
dangered wolf 2023-11-02 05:04:57 -04:00
parent 0384e5746e
commit eeaa86681e
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -24,7 +24,7 @@ const Experiments: { [key in Experiment]: ExperimentConfig } = {
[Experiment.TWEET_DETAIL_API]: {
name: 'Tweet detail API',
description: 'Use Tweet Detail API (where available with elongator)',
percentage: 0.5
percentage: 0.75
}
};