Skip to content

Commit dbf32d1

Browse files
clean up spacing
1 parent 895391b commit dbf32d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/db.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ const queryDomain = (domain, reportName, limitParam, pageParam, before, after, d
5959
.offset((pageParam - 1) * limitParam);
6060
};
6161

62-
const query = ({ reportName,
63-
reportAgency = null,
62+
const query = ({
63+
reportName,
64+
reportAgency = null,
6465
limit = 1000,
6566
page = 1,
6667
domain = null,

0 commit comments

Comments
 (0)