mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
f73837fba3
refs d40740b0ec
- dropped use of `@classic` for auto-converted classes
- switched remaining EmberObject serializers to native classes
8 lines
203 B
JavaScript
8 lines
203 B
JavaScript
import ApplicationSerializer from 'ghost-admin/serializers/application';
|
|
|
|
export default class NotificationSerializer extends ApplicationSerializer {
|
|
attrs = {
|
|
key: {key: 'location'}
|
|
}
|
|
}
|