Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
chore: add quotes around @deno-types (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Feb 9, 2023
1 parent cbdcd14 commit 7a57b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/firestore.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2022 the Deno authors. All rights reserved. MIT license.

// @deno-types=https://cdn.esm.sh/v83/[email protected]/app/dist/app/index.d.ts
// @deno-types="https://cdn.esm.sh/v83/[email protected]/app/dist/app/index.d.ts"
import { initializeApp } from "https://www.gstatic.com/firebasejs/9.8.1/firebase-app.js";
// @deno-types=https://cdn.esm.sh/v83/[email protected]/firestore/dist/firestore/index.d.ts
// @deno-types="https://cdn.esm.sh/v83/[email protected]/firestore/dist/firestore/index.d.ts"
import {
addDoc,
collection,
Expand Down

0 comments on commit 7a57b69

Please sign in to comment.