1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

[Gitar] Formatting Tsx files

This commit is contained in:
Gitar Bot 2024-04-02 07:52:45 +00:00
parent 2c40c2f651
commit 5f1331e2e4

View File

@ -9,8 +9,7 @@ const server = testServerSetup();
const setupApi = (outdatedSdks: OutdatedSdksSchema) => {
testServerRoute(server, '/api/admin/metrics/sdks/outdated', outdatedSdks);
testServerRoute(server, '/api/admin/ui-config', {
flags: {
},
flags: {},
});
};