Move scrape stuff into grants/ subdirectory

This commit is contained in:
Austin Chen 2022-07-27 19:30:09 -07:00
parent 947374d097
commit bd647fdaef
4 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@
import * as cheerio from 'cheerio'
import * as fs from 'fs'
import { log } from '../utils'
type FtxGrant = {
title: string
description: string

View File

@ -3,8 +3,6 @@
import * as cheerio from 'cheerio'
import * as fs from 'fs'
import { log } from '../utils'
type SffGrant = {
round: string
source: string