near empty commit

This commit is contained in:
2020-06-11 05:13:46 +03:00
parent 6e40dfc101
commit 9447ee613b
+1
View File
@@ -62,6 +62,7 @@ class App extends React.Component<Props, State> {
parser.registerTag('spoiler', SpoilerTag); parser.registerTag('spoiler', SpoilerTag);
parser.registerTag('color', ColorTag); parser.registerTag('color', ColorTag);
// In future do something normal with this version
getVersion().then(res => console.debug(`Current back-end version: ${res.version}`)) getVersion().then(res => console.debug(`Current back-end version: ${res.version}`))
} }