mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
syntax fixing sync.js
This commit is contained in:
parent
f5b261c6f7
commit
b2ee4fc7d5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import "jsr:@std/path@0.224.0/dotenv/load.ts";
|
import "jsr:@std/dotenv@0.224.0";
|
||||||
import { gql, GraphQLClient } from "https://deno.land/x/graphql_request@v4.1.0/mod.ts";
|
import { gql, GraphQLClient } from "https://deno.land/x/graphql_request@v4.1.0/mod.ts";
|
||||||
import { stringify } from "npm:yaml";
|
import { stringify } from "npm:yaml";
|
||||||
import { join } from "jsr:@std/path@0.224.0/path/mod.ts";
|
import { join } from "jsr:@std/path@0.224.0";
|
||||||
import fm from "npm:front-matter";
|
import fm from "npm:front-matter";
|
||||||
|
|
||||||
const warningGen = (link) => `# ----
|
const warningGen = (link) => `# ----
|
||||||
|
|
Loading…
Reference in a new issue