Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorcary committed Jan 30, 2025
1 parent 29b24ad commit 5e13a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/ntp.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_ntp_server(addr):
except Exception:
return False

@filterable_api_method(item=NTPPeerEntry, roles=['READONLY_ADMIN'], private=True)
@filterable_api_method(item=NTPPeerEntry, private=True)
def peers(self, filters, options):
peers = []

Expand Down

0 comments on commit 5e13a3e

Please sign in to comment.