Move scrape stuff into grants/ subdirectory
This commit is contained in:
parent
947374d097
commit
bd647fdaef
|
@ -3,8 +3,6 @@
|
||||||
import * as cheerio from 'cheerio'
|
import * as cheerio from 'cheerio'
|
||||||
import * as fs from 'fs'
|
import * as fs from 'fs'
|
||||||
|
|
||||||
import { log } from '../utils'
|
|
||||||
|
|
||||||
type FtxGrant = {
|
type FtxGrant = {
|
||||||
title: string
|
title: string
|
||||||
description: string
|
description: string
|
|
@ -3,8 +3,6 @@
|
||||||
import * as cheerio from 'cheerio'
|
import * as cheerio from 'cheerio'
|
||||||
import * as fs from 'fs'
|
import * as fs from 'fs'
|
||||||
|
|
||||||
import { log } from '../utils'
|
|
||||||
|
|
||||||
type SffGrant = {
|
type SffGrant = {
|
||||||
round: string
|
round: string
|
||||||
source: string
|
source: string
|
Loading…
Reference in New Issue
Block a user