add persistence
This commit is contained in:
@@ -23,8 +23,8 @@ export function objCopy(object) {
|
||||
}
|
||||
|
||||
export function castId(id) {
|
||||
// TODO no-op after switching to UUIDs
|
||||
return +id;
|
||||
return id.toString();
|
||||
//return +id;
|
||||
}
|
||||
|
||||
// like _.isEmpty, but less stupid
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user