From 0098c64ebf6ecddabd6516901b986b86be3e6620 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 24 Jul 2020 23:51:44 +0200 Subject: [PATCH] Fix an irrelevant export name :P --- js/src/common/extend/Model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/common/extend/Model.js b/js/src/common/extend/Model.js index d391310c6..b57420dbf 100644 --- a/js/src/common/extend/Model.js +++ b/js/src/common/extend/Model.js @@ -1,4 +1,4 @@ -export default class Routes { +export default class Model { type; attributes = []; hasOnes = [];