Skip to content

Commit dfcc355

Browse files
committed
ci: Format code
1 parent eb503e7 commit dfcc355

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

.storybook/seed-fake.js

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const seedFake = (db) => {
2929
status: 'authorized',
3030
})
3131

32-
3332
const device1 = db.addDevice({
3433
connected_account_id: ca.connected_account_id,
3534
device_type: 'august_lock',
@@ -307,24 +306,23 @@ export const seedFake = (db) => {
307306
device4,
308307
})
309308

309+
// Add ecobee thermostat
310+
const cw2 = db.addConnectWebview({
311+
workspace_id: ws2.workspace_id,
312+
created_at: '2023-05-15T15:08:51.000',
313+
})
310314

311-
// Add ecobee thermostat
312-
const cw2 = db.addConnectWebview({
313-
workspace_id: ws2.workspace_id,
314-
created_at: '2023-05-15T15:08:51.000',
315-
})
316-
317-
const ca2 = db.addConnectedAccount({
318-
provider: 'ecobee',
319-
workspace_id: ws2.workspace_id,
320-
created_at: '2023-05-15T15:08:52.000',
321-
})
315+
const ca2 = db.addConnectedAccount({
316+
provider: 'ecobee',
317+
workspace_id: ws2.workspace_id,
318+
created_at: '2023-05-15T15:08:52.000',
319+
})
322320

323-
db.updateConnectWebview({
324-
connect_webview_id: cw2.connect_webview_id,
325-
connected_account_id: ca2.connected_account_id,
326-
status: 'authorized',
327-
})
321+
db.updateConnectWebview({
322+
connect_webview_id: cw2.connect_webview_id,
323+
connected_account_id: ca2.connected_account_id,
324+
status: 'authorized',
325+
})
328326

329327
const device5 = db.addDevice({
330328
connected_account_id: ca.connected_account_id,

0 commit comments

Comments
 (0)