Skip to content

Commit 4fa9006

Browse files
committed
Remove notes.md
1 parent 2719643 commit 4fa9006

File tree

2 files changed

+3
-800
lines changed

2 files changed

+3
-800
lines changed

src/service-module/make-service-plugin.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ export default function prepareMakeServicePlugin(
8585
preferUpdate
8686
})
8787
if (!Model.modelName || Model.modelName === 'BaseModel') {
88-
throw new Error('The modelName property is required for Feathers-Vuex Models')
88+
throw new Error(
89+
'The modelName property is required for Feathers-Vuex Models'
90+
)
8991
}
9092
addModel(Model)
9193

0 commit comments

Comments
 (0)