Change ID type to number

This commit is contained in:
kushalpandya 2017-08-01 14:36:17 +05:30
parent 339469099d
commit d03ea6d40a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const group1 = {
id: '12',
id: 12,
name: 'level1',
path: 'level1',
description: 'foo',