Skip to content

Commit 3450df2

Browse files
authored
fix prettier
1 parent 6162a02 commit 3450df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const fetchPaginatedUsers = async (query) => {
165165
const allUsers = [];
166166

167167
snapshot.forEach((doc) => {
168-
const userData = doc.data()
168+
const userData = doc.data();
169169
if (!userData.roles.archived) {
170170
allUsers.push({
171171
id: doc.id,

0 commit comments

Comments
 (0)