Skip to content

Commit

Permalink
fix missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Mar 12, 2024
1 parent f62033e commit e0e2de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/hooks/UseLogDescriptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ export function useLogDescriptions() {
},
delete_proxy_cache_config: function () {
return 'Deleted proxy cache for namespace';

},
enable_team_sync: function (metadata: Metadata) {
return `Team syncing enabled for ${metadata.team}`;
},
Expand Down

0 comments on commit e0e2de5

Please sign in to comment.