aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/data/common.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-04 18:14:41 +0800
committerGitHub <noreply@github.com>2020-08-04 18:14:41 +0800
commit6177e4fc237aedf62b7d6011f19f04d98c26da39 (patch)
treefe97f2ec93a81a83811f548707ac9825328c7b7e /Timeline/ClientApp/src/app/data/common.ts
parentf84fc5e653d6d29add893b6d2573d04c91fd1d40 (diff)
parent09b7e1f737659d0ee75e5ac2fd5c1decf8fa15a6 (diff)
downloadtimeline-6177e4fc237aedf62b7d6011f19f04d98c26da39.tar.gz
timeline-6177e4fc237aedf62b7d6011f19f04d98c26da39.tar.bz2
timeline-6177e4fc237aedf62b7d6011f19f04d98c26da39.zip
Merge pull request #132 from crupest/refactor
Refactor a lot of things.
Diffstat (limited to 'Timeline/ClientApp/src/app/data/common.ts')
-rw-r--r--Timeline/ClientApp/src/app/data/common.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline/ClientApp/src/app/data/common.ts b/Timeline/ClientApp/src/app/data/common.ts
index 9f985ce6..786279f2 100644
--- a/Timeline/ClientApp/src/app/data/common.ts
+++ b/Timeline/ClientApp/src/app/data/common.ts
@@ -6,11 +6,6 @@ export const dataStorage = localforage.createInstance({
driver: localforage.INDEXEDDB,
});
-export interface BlobWithUrl {
- blob: Blob;
- url: string;
-}
-
export class ForbiddenError extends Error {
constructor(message?: string) {
super(message);