Delete some stuff
This commit is contained in:
parent
af14655d94
commit
9deaf0fa5a
|
@ -35,8 +35,6 @@ func (s *DataStore) CreateFile(id string, size int64, meta map[string]string) er
|
||||||
// defined in tus protocol first.
|
// defined in tus protocol first.
|
||||||
entry := logEntry{Meta: &metaEntry{
|
entry := logEntry{Meta: &metaEntry{
|
||||||
Size: size,
|
Size: size,
|
||||||
ContentType: "",
|
|
||||||
ContentDisposition: "",
|
|
||||||
}}
|
}}
|
||||||
return s.appendFileLog(id, entry)
|
return s.appendFileLog(id, entry)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue