Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit b8c43a8

Browse files
committed
Add module to snek util
The general util is now available on snek util.
1 parent 4268a0d commit b8c43a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/snek/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
//#region > Imports
2727
//> All social related actions (like, follow,..)
2828
import * as achievement from "./achievement";
29+
import * as general from "./general";
2930
import * as social from "./social";
3031
import * as person from "./person";
3132
import * as talk from "./talk";
@@ -40,6 +41,7 @@ class Provider {
4041
public static client = new SnekClient("http://localhost:8000/graphql");
4142
public static achievements: typeof achievement = require("./achievements");
4243
// achievements.all()
44+
public static general: typeof general = require("./general");
4345
public static social: typeof social = require("./social");
4446
// social.follow()
4547
// social.unfollow()

0 commit comments

Comments
 (0)