Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
q committed Feb 27, 2025
1 parent e0c6280 commit 2cda5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrd/storage/database_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def delete_rpsl_object(
The origin indicates the origin of this change, see JournalEntryOrigin
for the various options.
"""t
"""
self._check_write_permitted()
self._flush_rpsl_object_writing_buffer()
table = RPSLDatabaseObject.__table__
Expand Down

0 comments on commit 2cda5f0

Please sign in to comment.