r4bbit 715b95d2c8 fix(SNTPlaceHolder): fix incorrect usage of minime token type
The `SNTPlaceholder` uses `MiniMeToken` type in a function even though
only `MiniMeBase` is actually imported.

This commit fixes the function signature so that the code can actually
compile.
2023-10-05 12:37:16 +02:00
..