Skip to content

Commit

Permalink
fix(notification-service): fix model name
Browse files Browse the repository at this point in the history
SFO-0
  • Loading branch information
samarpan-b committed Oct 19, 2020
1 parent aefab86 commit d1ee983
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import {
PubNubReceiver,
} from 'loopback4-notifications';

@model()
@model({
name: 'notification_access',
})
export class NotificationAccess extends Entity implements Config {
@property({
type: 'object',
Expand Down

0 comments on commit d1ee983

Please sign in to comment.