Chore: trim stale TODOs and issue-template language (#22534)

* docs: refresh issue template contact copy

* chore: remove OneDrive resumable upload TODO note
This commit is contained in:
Vincent Koc
2026-02-21 03:31:17 -05:00
committed by GitHub
parent 12d75ff7f5
commit 5eca08dab7
3 changed files with 2 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ export interface OneDriveUploadResult {
/**
* Upload a file to the user's OneDrive root folder.
* For larger files, this uses the simple upload endpoint (up to 4MB).
* TODO: For files >4MB, implement resumable upload session.
*/
export async function uploadToOneDrive(params: {
buffer: Buffer;