Skip to content

Commit

Permalink
Add createdAtMs for new api app.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbinf committed May 2, 2023
1 parent ce1ee3a commit 407c999
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default class ApiSettingsApp extends React.Component {
id: randomShortUUID(),
name: 'Default',
token: randomHex(),
createdAtMs: new Date().getTime(),
}],
};

Expand Down

0 comments on commit 407c999

Please sign in to comment.