remove unnecessary assertion
This commit is contained in:
parent
3ddd68097a
commit
783f5481bb
1 changed files with 0 additions and 4 deletions
|
@ -69,10 +69,6 @@ import { acct, type entities } from "firefish-js";
|
|||
import { i18n } from "@/i18n";
|
||||
import { me } from "@/me";
|
||||
|
||||
if (me == null) {
|
||||
throw "No me";
|
||||
}
|
||||
|
||||
defineProps<{
|
||||
message: entities.MessagingMessage;
|
||||
}>();
|
||||
|
|
Loading…
Reference in a new issue