Skip to content

Commit

Permalink
TS fix and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
muxcmux committed Jan 10, 2023
1 parent 7319a98 commit fb2ca5f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "besedka"
description = "A fast, portable, and lightweight commenting system for your website"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
authors = ["muxcmux <[email protected]>"]
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export default class App {
// @ts-ignore strictPropertyInitialization
element: HTMLElement | null
config: Config | null = null
// @ts-ignore strictPropertyInitialization
req: ApiRequest
// @ts-ignore strictPropertyInitialization
user: User
// @ts-ignore strictPropertyInitialization
comments: HTMLOListElement
Expand Down

0 comments on commit fb2ca5f

Please sign in to comment.