Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam 2020-03-15 09:57:57 +01:00
commit 687a466a35

View file

@ -11,7 +11,9 @@ const ENTITY_NAME_TO_ENTITY = {
"attributes": Attribute,
"branches": Branch,
"notes": Note,
"note_contents": Note,
"note_revisions": NoteRevision,
"note_revision_contents": NoteRevision,
"recent_notes": RecentNote,
"options": Option,
"api_tokens": ApiToken,