Skip to content

Commit

Permalink
Remove deprecated assert kw
Browse files Browse the repository at this point in the history
  • Loading branch information
srajiang committed Feb 22, 2024
1 parent 5f9ae46 commit e0a0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/find_gif.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DefineFunction, Schema, SlackFunction } from "deno-slack-sdk/mod.ts";
import gifs from "../assets/gifs.json" assert { type: "json" };
import gifs from "../assets/gifs.json" with { type: "json" };

/**
* Functions are reusable building blocks of automation that accept inputs,
Expand Down

0 comments on commit e0a0637

Please sign in to comment.