aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Position.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Position.js')
-rw-r--r--web/app/model/Position.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/model/Position.js b/web/app/model/Position.js
index f80bece32..c2b83bb87 100644
--- a/web/app/model/Position.js
+++ b/web/app/model/Position.js
@@ -32,6 +32,6 @@ Ext.define('Traccar.model.Position', {
{ name: 'speed', type: 'float' },
{ name: 'course', type: 'float' },
{ name: 'address', type: 'string' },
- { name: 'other', type: 'string' }
+ { name: 'other' }
]
});