Merge pull request #11 from TaylorS15/taylor-working

fix
pull/103/head
Taylor Svec 2 years ago committed by GitHub
commit 107cfcbe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
import { Doc } from '../models/misc';
export async function getDocs(): Promise<Array<Doc> | null> {
export async function getDocs(): Promise<Doc[] | null> {
try {
//Fetch default source docs
const response = await fetch(

Loading…
Cancel
Save