Skip to content

Commit

Permalink
Merge pull request #140 from yeatmanlab/fix/flag-test-data
Browse files Browse the repository at this point in the history
fix/Flag Test Data
  • Loading branch information
richford authored Aug 22, 2024
2 parents 6bdbd99 + 1883166 commit 8e699a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/firekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1806,10 +1806,9 @@ export class RoarFirekit {
sequential: sequential,
tags: tags,
legal: legal,
testData: isTestData ?? false,
};

if (isTestData) administrationData.testData = true;

await runTransaction(this.admin!.db, async (transaction) => {
let administrationDocRef: DocumentReference;
if (administrationId !== undefined) {
Expand Down

0 comments on commit 8e699a9

Please sign in to comment.