Skip to content
Snippets Groups Projects
Commit 82b29f19 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix device serial bug

parent 6844e8be
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@ export default class Device {
type: string;
@Required()
serial: number;
serial: string;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment