change: prettier code

This commit is contained in:
Skillz4Killz
2021-06-18 00:03:29 +00:00
committed by GitHub Action
parent a7d11bf7bb
commit f3bddc2cb7
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ import { editChannel } from "../edit_channel.ts";
/** Sets a thread channel to be unarchived. */
export function unarchiveThread(threadId: bigint) {
return editChannel(threadId, { archived: false });
}
}

View File

@@ -3,4 +3,4 @@ import { editChannel } from "../edit_channel.ts";
/** Sets a thread channel to be unlocked. */
export function unlockThread(threadId: bigint) {
return editChannel(threadId, { locked: false });
}
}