Skip to content

Commit 3430784

Browse files
committed
fix indentation
1 parent 85710d5 commit 3430784

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

firebase/functions/src/osm_auth.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,13 +278,13 @@ async function createFirebaseAccount(admin: any, osmID: any, displayName: any, a
278278
} else {
279279
functions.logger.log('Sign up new OSM profile');
280280
const profileCreationTask = profileRef
281-
.set({
282-
created: new Date().toISOString(),
283-
groupContributionCount: 0,
284-
projectContributionCount: 0,
285-
taskContributionCount: 0,
286-
displayName,
287-
});
281+
.set({
282+
created: new Date().toISOString(),
283+
groupContributionCount: 0,
284+
projectContributionCount: 0,
285+
taskContributionCount: 0,
286+
displayName,
287+
});
288288
tasks.push(profileCreationTask);
289289
}
290290

0 commit comments

Comments
 (0)