stop breaking things with missing commas

staging
multiple creatures 2019-07-15 14:44:54 -05:00
parent 6f1a07945e
commit 0eeb7fa881
1 changed files with 4 additions and 4 deletions

View File

@ -23,19 +23,19 @@ class ActivityPub::Adapter < ActiveModelSerializers::Adapter::Base
adult_content: {
'mp' => 'https://monsterpit.net/ns#',
'adultContent' => 'mp:adultContent'
}
},
gently: {
'mp' => 'https://monsterpit.net/ns#',
'gently' => 'mp:gently'
}
},
kobold: {
'mp' => 'https://monsterpit.net/ns#',
'kobold' => 'mp:kobold'
}
},
supports_chat: {
'mp' => 'https://monsterpit.net/ns#',
'supportsChat' => 'mp:supportsChat'
}
},
}.freeze
def self.default_key_transform