Skip to content

Commit 207cd94

Browse files
committed
git file api update
1 parent 269f48e commit 207cd94

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/django/apiV1/views/work/github.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,6 @@ def get(request, pk, path, *args, **kwargs):
314314
"path": path,
315315
"sha": sha,
316316
"size": blob.size,
317-
"type": blob.type,
318-
"mode": blob.mode,
319317
"content": content
320318
}, status=status.HTTP_200_OK)
321319

app/vue/src/store/types/work_github.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ export interface FileInfo {
5151
path: string
5252
sha: string
5353
size: number
54-
type: any
55-
mode: string
5654
content: string
5755
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy