Skip to content

Instantly share code, notes, and snippets.

View artyom-kurnikov-doit's full-sized avatar

artyom-kurnikov-doit

View GitHub Profile
import * as queries from '../../db/queries/main-queries'
import * as pgQueries from '../../db/queries/pg-queries'
import * as helpers from '../../shared/helpers'
import { wrapper } from '../../utils/wrapper'
import { logRequest } from '../../db/queries/logging'
interface IWispResponse {
success: boolean,
data: { count: number, providers: string[], type: string } | null
errorMessage?: string
<!doctype html>
<html ⚡4email>
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<script async custom-element="amp-list" src="https://cdn.ampproject.org/v0/amp-list-0.1.js"></script>
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
<style amp4email-boilerplate>
body {