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
commit0791682e1f333adb5c79b979e3e8c5c50bb5f85a (patch)
tree47b85b9bfb5026743a4a9984c5c24b8363e8a5af /Timeline/ClientApp/src/app/data/common.ts
parent66417650b46f27f8238cc6997e2ff14579c1244a (diff)
parent89806d334fe2c7ef0ea8b3d12c74759e8e3ba860 (diff)
downloadtimeline-0791682e1f333adb5c79b979e3e8c5c50bb5f85a.tar.gz
timeline-0791682e1f333adb5c79b979e3e8c5c50bb5f85a.tar.bz2
timeline-0791682e1f333adb5c79b979e3e8c5c50bb5f85a.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);